summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-08-31 18:25:44 +0000
committerRichard M. Stallman <rms@gnu.org>1992-08-31 18:25:44 +0000
commit4865647a6eb057010f08f6d2916e108ce7b43ec3 (patch)
treee781c4bb40bfef38204af4ed7aa496d516a50f6f /lisp/add-log.el
parent2c1979ddcb49563b104425e31f5a0204112c2a6c (diff)
downloademacs-4865647a6eb057010f08f6d2916e108ce7b43ec3.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index ea781aca915..d13f6958d1c 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -282,7 +282,7 @@ Has a preference of looking backwards."
(beginning-of-line)
(setq tem (point))
(looking-at "DEFUN\\b"))
- (>= location (point)))
+ (>= location tem))
(progn
(goto-char tem)
(down-list 1)