diff options
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/view.el b/lisp/view.el index 1ee6014c73a..b17cd52ae35 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -137,6 +137,7 @@ subtracted from by `view-mode-exit' when finished viewing the buffer. See RETURN-TO-ALIST argument of function `view-mode-exit' for the format of `view-return-to-alist'.") (make-variable-buffer-local 'view-return-to-alist) +(put 'view-return-to-alist 'permanent-local t) (defvar view-exit-action nil "nil or a function with one argument (a buffer) called when finished viewing. |