Mercurial > emacs
diff lisp/progmodes/hideif.el @ 16182:054e17dc5712
(hif-token-regexp): Move ! after !=.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 13 Sep 1996 21:53:55 +0000 |
parents | 83258eb2ede5 |
children | 8fc9b5fc7633 |
line wrap: on
line diff
--- a/lisp/progmodes/hideif.el Fri Sep 13 18:30:41 1996 +0000 +++ b/lisp/progmodes/hideif.el Fri Sep 13 21:53:55 1996 +0000 @@ -351,7 +351,7 @@ ; pattern to match initial identifier, !, &&, ||, (, or ). ; Added ==, + and -: garyo@avs.com 8/9/94 -(defconst hif-token-regexp "^\\(!\\|&&\\|||\\|[!=]=\\|[()+-]\\|\\w+\\)") +(defconst hif-token-regexp "^\\(&&\\|||\\|[!=]=\\|!\\|[()+-]\\|\\w+\\)") (defconst hif-end-of-comment "\\*/")