aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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