# HG changeset patch # User Richard M. Stallman # Date 1082494630 0 # Node ID 202b0dc516a5eaf64eddada12853e187968438f0 # Parent aba8cece21573614bd4a1dfcec488a9f6c4af1d0 (view-return-to-alist): Mark it permanent local. diff -r aba8cece2157 -r 202b0dc516a5 lisp/view.el --- 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.