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/python.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/python.el
Date: Thu, 02 Dec 2004 19:33:21 -0500

Index: emacs/lisp/progmodes/python.el
diff -c emacs/lisp/progmodes/python.el:1.21 emacs/lisp/progmodes/python.el:1.22
*** emacs/lisp/progmodes/python.el:1.21 Thu Nov 25 02:54:58 2004
--- emacs/lisp/progmodes/python.el      Fri Dec  3 00:10:23 2004
***************
*** 103,109 ****
  (defconst python-font-lock-syntactic-keywords
    ;; Make outer chars of matching triple-quote sequences into generic
    ;; string delimiters.  Fixme: Is there a better way?
!   `((,(rx (and (or buffer-start (not (syntax escape))) ; avoid escaped
                                                       ; leading quote
               (group (optional (any "uUrR"))) ; prefix gets syntax property
               (optional (any "rR"))    ; possible second prefix
--- 103,109 ----
  (defconst python-font-lock-syntactic-keywords
    ;; Make outer chars of matching triple-quote sequences into generic
    ;; string delimiters.  Fixme: Is there a better way?
!   `((,(rx (and (or line-start buffer-start (not (syntax escape))) ; avoid 
escaped
                                                       ; leading quote
               (group (optional (any "uUrR"))) ; prefix gets syntax property
               (optional (any "rR"))    ; possible second prefix




reply via email to

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