]> code.delx.au - gnu-emacs/blobdiff - lisp/view.el
Update AUCTeX
[gnu-emacs] / lisp / view.el
index 281230950bcff0b60c61c6e6ac669a03c3cdda95..b17cd52ae35b19e276955345408364e249f3d7d0 100644 (file)
@@ -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.
@@ -1002,4 +1003,5 @@ for highlighting the match that is found."
 
 (provide 'view)
 
+;;; arch-tag: 6d0ace36-1d12-4de3-8de3-1fa3231636d7
 ;;; view.el ends here