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/cfengine.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cfengine.el,v
Date: Tue, 02 Jan 2007 20:56:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/02 20:56:22

Index: cfengine.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cfengine.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- cfengine.el 11 Sep 2006 07:12:36 -0000      1.10
+++ cfengine.el 2 Jan 2007 20:56:21 -0000       1.11
@@ -89,7 +89,7 @@
   ;; In the main syntax-table, backslash is marked as a punctuation, because
   ;; of its use in DOS-style directory separators.  Here we try to recognize
   ;; the cases where backslash is used as an escape inside strings.
-  '(("\\(\\(?:\\\\\\)+\\)\"" . "\\")))
+  '(("\\(\\(?:\\\\\\)+\\)\"" 1 "\\")))
 
 (defvar cfengine-imenu-expression
   `((nil ,(concat "^[ \t]*" (eval-when-compile




reply via email to

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