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/cperl-mode.el, v [EMACS_22


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el, v [EMACS_22_BASE]
Date: Tue, 05 Feb 2008 14:24:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      08/02/05 14:24:27

Index: cperl-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cperl-mode.el,v
retrieving revision 1.89.2.9
retrieving revision 1.89.2.10
diff -u -b -r1.89.2.9 -r1.89.2.10
--- cperl-mode.el       7 Jan 2008 02:10:55 -0000       1.89.2.9
+++ cperl-mode.el       5 Feb 2008 14:24:26 -0000       1.89.2.10
@@ -4452,7 +4452,7 @@
                                 ;; This is not pretty: the 5.8.7 logic:
                                 ;; \0numx  -> octal (up to total 3 dig)
                                 ;; \DIGIT  -> backref unless \0
-                                ;; \DIGITs -> backref if legal
+                                ;; \DIGITs -> backref if valid
                                 ;;          otherwise up to 3 -> octal
                                 ;; Do not try to distinguish, we guess
                                 ((or (and (memq qtag (append "01234567" nil))




reply via email to

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