diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 17:17:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 17:17:05 +0000 |
commit | 76550a57f934a39f067da196e94b10797efca240 (patch) | |
tree | 91d58a3fc4388cc3bf00987c0cca050b6bd20baf /lisp/emacs-lisp/lmenu.el | |
parent | aae56ea7ca8c74e7bb5595b828851aaa9f947792 (diff) | |
download | emacs-76550a57f934a39f067da196e94b10797efca240.tar.gz emacs-76550a57f934a39f067da196e94b10797efca240.tar.bz2 emacs-76550a57f934a39f067da196e94b10797efca240.zip |
Add standard library headers.
Diffstat (limited to 'lisp/emacs-lisp/lmenu.el')
-rw-r--r-- | lisp/emacs-lisp/lmenu.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lmenu.el b/lisp/emacs-lisp/lmenu.el index 0e7e331acb9..8d41d541ff6 100644 --- a/lisp/emacs-lisp/lmenu.el +++ b/lisp/emacs-lisp/lmenu.el @@ -1,5 +1,7 @@ ;;; lmenu.el --- emulate Lucid's menubar support +;; Keywords: emulations + ;; Copyright (C) 1992, 1993 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. |