From 83c9fc1157f422004b5181c4c9d3c5c7825172e7 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 9 May 1991 21:50:55 +0000 Subject: *** empty log message *** --- lisp/userlock.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/userlock.el') diff --git a/lisp/userlock.el b/lisp/userlock.el index e74621675a2..5866b03c67b 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el @@ -25,6 +25,7 @@ (put 'file-locked 'error-conditions '(file-locked file-error error)) +;;;###autoload (defun ask-user-about-lock (fn opponent) "Ask user what to do when he wants to edit FILE but it is locked by USER. This function has a choice of three things to do: @@ -73,6 +74,7 @@ You can uit; don't modify this file."))) (put 'file-supersession 'error-conditions '(file-supersession file-error error)) +;;;###autoload (defun ask-user-about-supersession-threat (fn) "Ask a user who is about to modify an obsolete buffer what to do. This function has two choices: it can return, in which case the modification -- cgit v1.2.1