emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/autoconf.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/autoconf.el
Date: Tue, 13 May 2003 16:59:17 -0400

Index: emacs/lisp/progmodes/autoconf.el
diff -c emacs/lisp/progmodes/autoconf.el:1.3 
emacs/lisp/progmodes/autoconf.el:1.4
*** emacs/lisp/progmodes/autoconf.el:1.3        Tue Oct 30 21:32:18 2001
--- emacs/lisp/progmodes/autoconf.el    Tue May 13 16:59:15 2003
***************
*** 4,10 ****
  
  ;; Author: Dave Love <address@hidden>
  ;; Keywords: languages
! ;; $Revision: 1.3 $
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  
  ;; Author: Dave Love <address@hidden>
  ;; Keywords: languages
! ;; $Revision: 1.4 $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 73,79 ****
  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
        (modify-syntax-entry ?_ "w")
        (if (re-search-backward autoconf-definition-regexp
                              (save-excursion (beginning-of-defun) (point))
--- 73,79 ----
  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 (copy-syntax-table autoconf-mode-syntax-table)
        (modify-syntax-entry ?_ "w")
        (if (re-search-backward autoconf-definition-regexp
                              (save-excursion (beginning-of-defun) (point))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]