From: Roland McGrath Date: Mon, 28 Mar 1994 23:57:28 +0000 (+0000) Subject: (add-log-current-defun): Autoload this. X-Git-Tag: emacs-19.34~9290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e332f80b0bbdb58fdfc11a7ea0cfe34650ccbc69;p=emacs.git (add-log-current-defun): Autoload this. --- 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.