Variable: view-return-to-alist
view-return-to-alist is a buffer-local variable defined in view.el.gz.
This variable is obsolete since 24.1; this variable is no longer used.
Documentation
What to do with used windows and where to go when finished viewing buffer.
This is local in each buffer being viewed.
It is added to by view-mode-enter when starting to view a buffer and
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.
Source Code
;; Defined in /usr/src/emacs/lisp/view.el.gz
(defvar-local view-last-regexp nil) ; Global is better???
(defvar-local view-return-to-alist nil
"What to do with used windows and where to go when finished viewing buffer.
This is local in each buffer being viewed.
It is added to by `view-mode-enter' when starting to view a buffer and
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'.")