diff options
Diffstat (limited to 'lisp/emulation/pc-mode.el')
-rw-r--r-- | lisp/emulation/pc-mode.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el index e10d97be3d7..3dc471359c8 100644 --- a/lisp/emulation/pc-mode.el +++ b/lisp/emulation/pc-mode.el @@ -1,4 +1,4 @@ -;;; pc-mode.el --- emulate certain key bindings used on PCs. +;;; pc-mode.el --- emulate certain key bindings used on PCs ;; Copyright (C) 1995 Free Software Foundation, Inc. @@ -21,6 +21,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: ;;;###autoload @@ -51,4 +53,4 @@ C-Escape does list-buffers." (provide 'pc-mode) -;; pc-mode.el ends here +;;; pc-mode.el ends here |