diff options
author | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
commit | f9f9507e1d3202408b73b0c32a6e504502a70d5e (patch) | |
tree | f53ad33f6276bfcd7d883fc82c7a6f8795c80f6a /lisp/userlock.el | |
parent | 745bc783eb8bd84b07a7d512660947ec214e71eb (diff) | |
download | emacs-f9f9507e1d3202408b73b0c32a6e504502a70d5e.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/userlock.el')
-rw-r--r-- | lisp/userlock.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 <q>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 |