Add standard library headers.

This commit is contained in:
Eric S. Raymond 1993-03-17 17:17:05 +00:00
parent aae56ea7ca
commit 76550a57f9
14 changed files with 52 additions and 22 deletions

View file

@ -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.

View file

@ -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