diff options
author | Kenichi Handa <handa@m17n.org> | 1997-06-19 11:19:24 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-06-19 11:19:24 +0000 |
commit | b5bc957102ebf1ffea5e012144c11078a673190a (patch) | |
tree | 332e58126f049d931cb565af337c34b8d3609c93 /lisp/view.el | |
parent | 74ddaa37f18163edf04b0b55a699cb1c6dcd9682 (diff) | |
download | emacs-b5bc957102ebf1ffea5e012144c11078a673190a.tar.gz |
(view-mode): Add autoload cookie to this variable.
(View-exit-and-edit): Add autoload cookie.
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/view.el b/lisp/view.el index f10eaab2ed8..eeb02bbb824 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -75,7 +75,9 @@ Buffer is removed from all windows displaying it, by using information in `view-return-to-alist' if that is available, otherwise by using `replace-buffer-in-windows'.") +;;;###autoload (defvar view-mode nil "Non-nil if View mode is enabled.") +;;;###autoload (make-variable-buffer-local 'view-mode) (defvar view-mode-hook nil @@ -519,6 +521,7 @@ corresponding OLD-WINDOW is a live window, then select OLD-WINDOW." (interactive) (view-mode-exit)) +;;;###autoload (defun View-exit-and-edit () "Exit View mode and make the current buffer editable." (interactive) |