diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 04:23:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 04:23:17 +0000 |
commit | 841763034cba0e8e751fe510082babacfd83c2a5 (patch) | |
tree | 0a4e3b6170b764fcf250b62e1b78faac239cd086 /lisp/makesum.el | |
parent | c2c2f720d6741c3b73ce42ab035d85911d7cadec (diff) | |
download | emacs-841763034cba0e8e751fe510082babacfd83c2a5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/makesum.el')
-rw-r--r-- | lisp/makesum.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/makesum.el b/lisp/makesum.el index 99b0452bd16..8a7445d0b7c 100644 --- a/lisp/makesum.el +++ b/lisp/makesum.el @@ -1,5 +1,8 @@ ;;; makesum.el --- generate key binding summary for Emacs +;; Maintainer: FSF +;; Last-Modified: 9 May 1991 + ;; Copyright (C) 1985 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -18,6 +21,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Code: ;;;###autoload (defun make-command-summary () |