comparison lisp/emacs-lock.el @ 73761:7d7c934f1c8f

(emacs-lock-from-exiting): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Nov 2006 02:47:53 +0000
parents 3bd95f4f2941
children 13b7163b7bff 02cf29720f31
comparison
equal deleted inserted replaced
73760:6165f9a35bd8 73761:7d7c934f1c8f
36 ;; run toggle-emacs-lock again. 36 ;; run toggle-emacs-lock again.
37 37
38 ;;; Code: 38 ;;; Code:
39 39
40 (defvar emacs-lock-from-exiting nil 40 (defvar emacs-lock-from-exiting nil
41 "Whether emacs is locked to prevent exiting. See `check-emacs-lock'.") 41 "Whether Emacs is locked to prevent exiting. See `check-emacs-lock'.")
42 (make-variable-buffer-local 'emacs-lock-from-exiting) 42 (make-variable-buffer-local 'emacs-lock-from-exiting)
43 43
44 (defvar emacs-lock-buffer-locked nil 44 (defvar emacs-lock-buffer-locked nil
45 "Whether a shell or telnet buffer was locked when its process was killed.") 45 "Whether a shell or telnet buffer was locked when its process was killed.")
46 (make-variable-buffer-local 'emacs-lock-buffer-locked) 46 (make-variable-buffer-local 'emacs-lock-buffer-locked)