changeset 6562:0541a368505c

(add-log-current-defun): Autoload this.
author Roland McGrath <roland@gnu.org>
date Mon, 28 Mar 1994 23:57:28 +0000
parents eafeaeff6fa5
children 15c92359800c
files lisp/add-log.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Mon Mar 28 23:13:07 1994 +0000
+++ b/lisp/add-log.el	Mon Mar 28 23:57:28 1994 +0000
@@ -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 @@
   "^\\([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.