Mercurial > emacs
changeset 16182:054e17dc5712
(hif-token-regexp): Move ! after !=.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 13 Sep 1996 21:53:55 +0000 |
parents | de4b3d40218f |
children | 5f649a48121e |
files | lisp/progmodes/hideif.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 "\\*/")