diff lisp/view.el @ 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 b30b4970cd7e
children 3ac03a07be63 4c90ffeb71c5
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.