(view-mode): Add autoload cookie to this variable.
authorKenichi Handa <handa@m17n.org>
Thu, 19 Jun 1997 11:19:24 +0000 (11:19 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 19 Jun 1997 11:19:24 +0000 (11:19 +0000)
(View-exit-and-edit): Add autoload cookie.

lisp/view.el

index f10eaab..eeb02bb 100644 (file)
@@ -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)