Variable: gnus-atomic-be-safe

gnus-atomic-be-safe is a variable defined in gnus-util.el.gz.

Value

t

Documentation

If t, certain operations will be protected from interruption by C-g.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-util.el.gz
;;; Protected and atomic operations.  dmoore@ucsd.edu 21.11.1996
;; The primary idea here is to try to protect internal data structures
;; from becoming corrupted when the user hits C-g, or if a hook or
;; similar blows up.  Often in Gnus multiple tables/lists need to be
;; updated at the same time, or information can be lost.

(defvar gnus-atomic-be-safe t
  "If t, certain operations will be protected from interruption by C-g.")