diff options
Diffstat (limited to 'lisp/view.el')
| -rw-r--r-- | lisp/view.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/view.el b/lisp/view.el index 3307ba8ce03..8bb69bff6fd 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -1,4 +1,5 @@ -;; View: Peruse file or buffer without editing. +;;; view.el --- peruse file or buffer without editing. + ;; Copyright (C) 1985, 1989 Free Software Foundation, Inc. ;; Principal author K. Shane Hartman @@ -439,3 +440,4 @@ invocations return to earlier marks." (provide 'view) +;;; view.el ends here |
