changeset 55014:202b0dc516a5

(view-return-to-alist): Mark it permanent local.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Apr 2004 20:57:10 +0000
parents aba8cece2157
children 10dc0a48bc2c
files lisp/view.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/view.el	Tue Apr 20 20:56:32 2004 +0000
+++ b/lisp/view.el	Tue Apr 20 20:57:10 2004 +0000
@@ -137,6 +137,7 @@
 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.