;; Author: Dave Love <fx@gnu.org>
;; Keywords: languages
-;; $Revision: 1.2 $
+;; $Revision: 1.3 $
;; This file is part of GNU Emacs.
This version looks back for an AC_DEFINE or AC_SUBST. It will stop
searching backwards at another AC_... command."
(save-excursion
- (with-syntax-table autoconf-mode-syntax-table
+ (with-syntax-table (copy-syntax-table autoconf-mode-syntax-table)
(modify-syntax-entry ?_ "w")
(if (re-search-backward autoconf-definition-regexp
(save-excursion (beginning-of-defun) (point))