diff options
Diffstat (limited to 'lisp/emacs-lock.el')
-rw-r--r-- | lisp/emacs-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el index 6033648298d..1553aeae0d5 100644 --- a/lisp/emacs-lock.el +++ b/lisp/emacs-lock.el @@ -76,7 +76,7 @@ If the buffer is locked, signal error and display its name." (set-process-sentinel (get-buffer-process (buffer-name)) (function emacs-lock-clear-sentinel))) -(defun emacs-lock-clear-sentinel (proc str) +(defun emacs-lock-clear-sentinel (_proc _str) (if emacs-lock-from-exiting (progn (setq emacs-lock-from-exiting nil) |