# HG changeset patch # User Karl Heuer # Date 865965336 0 # Node ID 9364da8606f351cb0318840ad61b0b23659bb049 # Parent 2338261796d2e390553c9a176beca9beee3c214c Comment fix. diff -r 2338261796d2 -r 9364da8606f3 lisp/emacs-lock.el --- a/lisp/emacs-lock.el Tue Jun 10 11:58:57 1997 +0000 +++ b/lisp/emacs-lock.el Tue Jun 10 17:55:36 1997 +0000 @@ -74,7 +74,7 @@ (error "Buffer `%s' is locked, can't delete it" (buffer-name)))) ; These next defuns make it so if you exit a shell that is locked, the lock -; is shut off for that shell so you can exit emacs. same for telnet. +; is shut off for that shell so you can exit emacs. Same for telnet. ; Also, if a shell or a telnet buffer was locked and the process killed, ; turn the lock back on again if the process is restarted. @@ -85,7 +85,7 @@ (defun emacs-lock-clear-sentinel (proc str) (if emacs-lock-from-exiting (progn - (setq emacs-lock-from-exiting nil) + (setq emacs-lock-from-exiting nil) (setq emacs-lock-buffer-locked t) (message "Buffer is now unlocked")) (setq emacs-lock-buffer-locked nil)))