diff options
| -rw-r--r-- | lisp/add-log.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el index 6d762cec01c..bde35a63b43 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -503,7 +503,7 @@ Has a preference of looking backwards." | |||
| 503 | (forward-sexp 1) | 503 | (forward-sexp 1) |
| 504 | ;; The second element is usually a symbol being defined. | 504 | ;; The second element is usually a symbol being defined. |
| 505 | ;; If it is not, use the first symbol in it. | 505 | ;; If it is not, use the first symbol in it. |
| 506 | (skip-chars-forward " '(") | 506 | (skip-chars-forward " \tx\n'(") |
| 507 | (buffer-substring (point) | 507 | (buffer-substring (point) |
| 508 | (progn (forward-sexp 1) | 508 | (progn (forward-sexp 1) |
| 509 | (point))))) | 509 | (point))))) |