From 0093dc5a9a0c0386a0e73708f5837b93878753c3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 19 Jun 1997 11:19:24 +0000 Subject: [PATCH] (view-mode): Add autoload cookie to this variable. (View-exit-and-edit): Add autoload cookie. --- lisp/view.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2