From: Richard M. Stallman Date: Tue, 20 Apr 2004 20:57:10 +0000 (+0000) Subject: (view-return-to-alist): Mark it permanent local. X-Git-Tag: ttn-vms-21-2-B4~6710 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da932079d0f7a35c0c7567a9c5fd4dbbbe7af077;p=emacs.git (view-return-to-alist): Mark it permanent local. --- 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.