1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(hif-token-regexp): Move ! after !=.

This commit is contained in:
Richard M. Stallman 1996-09-13 21:53:55 +00:00
parent cb252880e5
commit 2fe16d3bc0

View 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 "\\*/")