diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lmenu.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/profile.el | 4 |
2 files changed, 4 insertions, 2 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. diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el index cb2a2bc3a99..119ffb7b585 100644 --- a/lisp/emacs-lisp/profile.el +++ b/lisp/emacs-lisp/profile.el @@ -1,4 +1,4 @@ -;;; profile.el -- generate run time measurements of Emacs Lisp functions +;;; profile.el --- generate run time measurements of Emacs Lisp functions ;; Copyright (C) 1992 Free Software Foundation, Inc. @@ -356,4 +356,4 @@ DEF is (symbol-function FUN) ." (interactive) (process-send-string profile-timer-process "q\n")) -;; profile.el ends here +;;; profile.el ends here |