changeset 2488:278580be9b4a

Added and corrected library headers.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 08 Apr 1993 16:17:43 +0000
parents 7ba321c5b44d
children b626f5b9a0df
files lisp/menu-bar.el
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Thu Apr 08 09:32:50 1993 +0000
+++ b/lisp/menu-bar.el	Thu Apr 08 16:17:43 1993 +0000
@@ -1,4 +1,8 @@
-;;; menu-bar.el --- Define a default menu bar.
+;;; menu-bar.el --- define a default menu bar.
+
+;; Author: RMS
+;; Keywords: internals
+
 ;; Copyright (C) 1993 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -17,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:
 
 (define-key global-map [menu-bar] (make-sparse-keymap "menu-bar"))
 (setq menu-bar-help-menu (make-sparse-keymap "Help"))
@@ -199,4 +204,4 @@
     (setq default-frame-alist
 	  (cons '(menu-bar-lines . 1) default-frame-alist)))
 
-;;; end of menu-bar.el
+;;; menu-bar.el ends here