diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-09-13 21:53:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-09-13 21:53:55 +0000 |
| commit | 2fe16d3bc0f0692309746f11ce90f1090653b0b8 (patch) | |
| tree | 2f48aa3c618d080e7d2de24979f2b7a58d1cc106 | |
| parent | cb252880e55ab80a0244117c3f3b699db307f3ce (diff) | |
| download | emacs-2fe16d3bc0f0692309746f11ce90f1090653b0b8.tar.gz | |
(hif-token-regexp): Move ! after !=.
| -rw-r--r-- | lisp/progmodes/hideif.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index 4179c903275..5c97d41255e 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -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 "\\*/") |
