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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el
Date: Fri, 14 Feb 2003 04:58:50 -0500

Index: emacs/lisp/progmodes/cperl-mode.el
diff -c emacs/lisp/progmodes/cperl-mode.el:1.39 
emacs/lisp/progmodes/cperl-mode.el:1.40
*** emacs/lisp/progmodes/cperl-mode.el:1.39     Tue Feb  4 08:24:34 2003
--- emacs/lisp/progmodes/cperl-mode.el  Fri Feb 14 04:58:50 2003
***************
*** 5980,5986 ****
           (and (eq (following-char) ?\-)
                (save-excursion
                  (skip-chars-backward " \t\n")
!                 (memq (preceding-char) '(?\= ?\> ?\< ?\, ?\(, ?\[, ?\{))))
           ;; Now check for syntax type
           (save-match-data
             (setq found (point))
--- 5980,5986 ----
           (and (eq (following-char) ?\-)
                (save-excursion
                  (skip-chars-backward " \t\n")
!                 (memq (preceding-char) '(?\= ?\> ?\< ?\, ?\( ?\[ ?\{))))
           ;; Now check for syntax type
           (save-match-data
             (setq found (point))




reply via email to

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