]> git.eshelyaron.com Git - emacs.git/commitdiff
(tag-exact-file-name-match-p): Fix previous change.
authorErik Naggum <erik@naggum.no>
Tue, 23 Jul 1996 22:32:48 +0000 (22:32 +0000)
committerErik Naggum <erik@naggum.no>
Tue, 23 Jul 1996 22:32:48 +0000 (22:32 +0000)
lisp/progmodes/etags.el

index 30d9dc84723988c073993d7d4a89cd6be2bb677a..25cd2e6edfe23fbfa35ca8bc7d652c7ef32fe0e1 100644 (file)
@@ -1240,7 +1240,7 @@ See documentation of variable `tags-file-name'."
 
 (defun tag-exact-file-name-match-p (tag)
   (and (looking-at ",")
-       (save-excursion (backward-char (length tag)))
+       (save-excursion (backward-char (length tag))
                       (looking-at "\f\n"))))
 
 ;; t if point is in a tag line with a tag containing TAG as a substring.