]> git.eshelyaron.com Git - emacs.git/commitdiff
(add-log-current-defun): Autoload this.
authorRoland McGrath <roland@gnu.org>
Mon, 28 Mar 1994 23:57:28 +0000 (23:57 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 28 Mar 1994 23:57:28 +0000 (23:57 +0000)
lisp/add-log.el

index 0fc40e107a45e9257294f5bd788b2f72c3c29fc7..be22f9e93d0cc47fb08a1b1a0e9b188826cdbe1f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; add-log.el --- change log maintenance commands for Emacs
 
-;; Copyright (C) 1985, 1986, 1988, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1988, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Keywords: maint
 
@@ -287,6 +287,7 @@ Prefix arg means justify as well."
   "^\\([A-Z][A-Z_ ]*[A-Z_]\\|[-_a-zA-Z]+\\)[ \t]*[:=]"
   "*Heuristic regexp used by `add-log-current-defun' for unknown major modes.")
 
+;;;###autoload
 (defun add-log-current-defun ()
   "Return name of function definition point is in, or nil.