summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-08-03 02:02:37 +0000
committerRichard M. Stallman <rms@gnu.org>1992-08-03 02:02:37 +0000
commit1586b965b927d9111abb209d04568da330867dfa (patch)
tree8f7668ac589d1cc601df12279cc089277836882a /lisp/files.el
parentdf01170b2817a8131751a2c549eca43dc43d4210 (diff)
downloademacs-1586b965b927d9111abb209d04568da330867dfa.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 25b0bac389f..118e4d697d6 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1083,7 +1083,9 @@ Optional second argument EXITING means ask about certain non-file buffers
'("buffer" "buffers" "save")
(list (list ?\C-r (lambda (buf)
(view-buffer buf)
- (setq view-exit-action 'exit-recursive-edit)
+ (setq view-exit-action
+ '(lambda (ignore)
+ (exit-recursive-edit)))
(recursive-edit)
;; Return nil to ask about BUF again.
nil)