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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cwarn.el
Date: Wed, 05 Dec 2001 13:40:50 -0500

Index: emacs/lisp/progmodes/cwarn.el
diff -c emacs/lisp/progmodes/cwarn.el:1.5 emacs/lisp/progmodes/cwarn.el:1.6
*** emacs/lisp/progmodes/cwarn.el:1.5   Sun Oct 21 18:44:13 2001
--- emacs/lisp/progmodes/cwarn.el       Wed Dec  5 13:40:50 2001
***************
*** 394,400 ****
    (let ((res nil))
      (while
        (progn
!         (setq res (re-search-forward "[^!<>=]\\(=\\)[^=]" limit t))
          (and res
               (save-excursion
                 (goto-char (match-beginning 1))
--- 394,402 ----
    (let ((res nil))
      (while
        (progn
!         (setq res (re-search-forward
!                    "[^!<>=]\\(\\([-+*/%&^|]\\|<<\\|>>\\)?=\\)[^=]"
!                    limit t))
          (and res
               (save-excursion
                 (goto-char (match-beginning 1))



reply via email to

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