From: Kenichi Handa Date: Thu, 19 Jun 1997 11:19:24 +0000 (+0000) Subject: (view-mode): Add autoload cookie to this variable. X-Git-Tag: emacs-20.1~1611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0093dc5a9a0c0386a0e73708f5837b93878753c3;p=emacs.git (view-mode): Add autoload cookie to this variable. (View-exit-and-edit): Add autoload cookie. --- 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)