aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1994-03-28 23:57:28 +0000
committerRoland McGrath1994-03-28 23:57:28 +0000
commite332f80b0bbdb58fdfc11a7ea0cfe34650ccbc69 (patch)
tree762c215718e9c45925dede5de0ae9a09a141e6a5
parent4a971a936b0d713fbca9f21213c27cecd6f7bc45 (diff)
downloademacs-e332f80b0bbdb58fdfc11a7ea0cfe34650ccbc69.tar.gz
emacs-e332f80b0bbdb58fdfc11a7ea0cfe34650ccbc69.zip
(add-log-current-defun): Autoload this.
-rw-r--r--lisp/add-log.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 0fc40e107a4..be22f9e93d0 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -1,6 +1,6 @@
1;;; add-log.el --- change log maintenance commands for Emacs 1;;; add-log.el --- change log maintenance commands for Emacs
2 2
3;; Copyright (C) 1985, 1986, 1988, 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1988, 1993, 1994 Free Software Foundation, Inc.
4 4
5;; Keywords: maint 5;; Keywords: maint
6 6
@@ -287,6 +287,7 @@ Prefix arg means justify as well."
287 "^\\([A-Z][A-Z_ ]*[A-Z_]\\|[-_a-zA-Z]+\\)[ \t]*[:=]" 287 "^\\([A-Z][A-Z_ ]*[A-Z_]\\|[-_a-zA-Z]+\\)[ \t]*[:=]"
288 "*Heuristic regexp used by `add-log-current-defun' for unknown major modes.") 288 "*Heuristic regexp used by `add-log-current-defun' for unknown major modes.")
289 289
290;;;###autoload
290(defun add-log-current-defun () 291(defun add-log-current-defun ()
291 "Return name of function definition point is in, or nil. 292 "Return name of function definition point is in, or nil.
292 293