changeset 18335:6f48844ce1a9

(view-mode): Add autoload cookie to this variable. (View-exit-and-edit): Add autoload cookie.
author Kenichi Handa <handa@m17n.org>
date Thu, 19 Jun 1997 11:19:24 +0000
parents d03c1b315e76
children 325190603227
files lisp/view.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/view.el	Thu Jun 19 09:04:09 1997 +0000
+++ b/lisp/view.el	Thu Jun 19 11:19:24 1997 +0000
@@ -75,7 +75,9 @@
 `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 @@
   (interactive)
   (view-mode-exit))
 
+;;;###autoload
 (defun View-exit-and-edit ()
   "Exit View mode and make the current buffer editable."
   (interactive)