diff options
author | Roland McGrath <roland@gnu.org> | 1994-03-28 23:57:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-03-28 23:57:28 +0000 |
commit | 3fde1fcb3cd5fd616e40d414f6628107ac4b2396 (patch) | |
tree | 5bdb19e0f4987993f48ea7293b4bad285f00f901 /lisp/add-log.el | |
parent | d16876dab4d5d70d6517a79dfaaba6b3029f8165 (diff) | |
download | emacs-3fde1fcb3cd5fd616e40d414f6628107ac4b2396.tar.gz |
(add-log-current-defun): Autoload this.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r-- | lisp/add-log.el | 3 |
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 @@ ;;; 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. |