Mercurial > emacs
changeset 18211:9364da8606f3
Comment fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 10 Jun 1997 17:55:36 +0000 |
parents | 2338261796d2 |
children | 3864648e9b4f |
files | lisp/emacs-lock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)))