diff options
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/view.el b/lisp/view.el index f8e13959813..3307ba8ce03 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -19,8 +19,6 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -(provide 'view) - (defvar view-mode-map nil) (if view-mode-map nil @@ -438,3 +436,6 @@ invocations return to earlier marks." ;;;###autoload (define-key ctl-x-4-map "v" 'view-file-other-window) + +(provide 'view) + |