changeset 1062:35cc957d83d4

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 Aug 1992 18:25:44 +0000
parents 06b98c795200
children 25b929c06f83
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Mon Aug 31 18:00:11 1992 +0000
+++ b/lisp/add-log.el	Mon Aug 31 18:25:44 1992 +0000
@@ -282,7 +282,7 @@
 				(beginning-of-line)
 				(setq tem (point))
 				(looking-at "DEFUN\\b"))
-			      (>= location (point)))
+			      (>= location tem))
 			 (progn
 			   (goto-char tem)
 			   (down-list 1)