[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/add-log.el,v
From: |
Martin Rudalics |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/add-log.el,v |
Date: |
Mon, 14 Jul 2008 08:15:32 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Martin Rudalics <m061211> 08/07/14 08:15:31
Index: add-log.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/add-log.el,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -b -r1.213 -r1.214
--- add-log.el 13 Jul 2008 07:30:48 -0000 1.213
+++ add-log.el 14 Jul 2008 08:15:30 -0000 1.214
@@ -500,7 +500,7 @@
(tag (car tag-at))
(file (when tag-at
(change-log-search-file-name (cdr tag-at)))))
- (if (not tag)
+ (if (or (not tag) (not file))
(error "No suitable tag near `point'")
(setq change-log-find-head
(list tag (concat "\\_<" (regexp-quote tag) "\\_>")