]> git.eshelyaron.com Git - emacs.git/commitdiff
(hif-token-regexp): Move ! after !=.
authorRichard M. Stallman <rms@gnu.org>
Fri, 13 Sep 1996 21:53:55 +0000 (21:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 13 Sep 1996 21:53:55 +0000 (21:53 +0000)
lisp/progmodes/hideif.el

index 4179c9032759631b879903c24890c47343275c2c..5c97d41255e3f766ed194ebc193bdbac44e51f3c 100644 (file)
@@ -351,7 +351,7 @@ that form should be displayed.")
 
 ; 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 "\\*/")