aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/profile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el
index f8b7571aebc..1ceb44ccb09 100644
--- a/lisp/emacs-lisp/profile.el
+++ b/lisp/emacs-lisp/profile.el
@@ -1,4 +1,4 @@
1;;; profile.el --- generate run time measurements of Emacs Lisp functions 1;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead)
2 2
3;; Copyright (C) 1992, 1994, 1998 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1994, 1998 Free Software Foundation, Inc.
4 4