summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/profile.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 17:17:05 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 17:17:05 +0000
commit76550a57f934a39f067da196e94b10797efca240 (patch)
tree91d58a3fc4388cc3bf00987c0cca050b6bd20baf /lisp/emacs-lisp/profile.el
parentaae56ea7ca8c74e7bb5595b828851aaa9f947792 (diff)
downloademacs-76550a57f934a39f067da196e94b10797efca240.tar.gz
emacs-76550a57f934a39f067da196e94b10797efca240.tar.bz2
emacs-76550a57f934a39f067da196e94b10797efca240.zip
Add standard library headers.
Diffstat (limited to 'lisp/emacs-lisp/profile.el')
-rw-r--r--lisp/emacs-lisp/profile.el4
1 files changed, 2 insertions, 2 deletions
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