diff options
| -rw-r--r-- | lisp/add-log.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el index fdc546c9a91..3c570fa17d5 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -358,7 +358,9 @@ Has a preference of looking backwards." | |||
| 358 | ;; or the DEFUN macro used by the C library. | 358 | ;; or the DEFUN macro used by the C library. |
| 359 | (if (condition-case nil | 359 | (if (condition-case nil |
| 360 | (and (save-excursion | 360 | (and (save-excursion |
| 361 | (forward-line 1) | 361 | (end-of-line) |
| 362 | (while (= (preceding-char) ?\\) | ||
| 363 | (end-of-line 2)) | ||
| 362 | (backward-sexp 1) | 364 | (backward-sexp 1) |
| 363 | (beginning-of-line) | 365 | (beginning-of-line) |
| 364 | (setq tem (point)) | 366 | (setq tem (point)) |