diff options
| author | Richard M. Stallman <rms@gnu.org> | 1992-08-03 02:02:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1992-08-03 02:02:37 +0000 |
| commit | 1586b965b927d9111abb209d04568da330867dfa (patch) | |
| tree | 8f7668ac589d1cc601df12279cc089277836882a /lisp/files.el | |
| parent | df01170b2817a8131751a2c549eca43dc43d4210 (diff) | |
| download | emacs-1586b965b927d9111abb209d04568da330867dfa.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 4 |
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) |
