Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac342f28
Commit
ac342f28
authored
May 17, 2008
by
Glenn Morris
Browse files
(fortran-font-lock-keywords-2): Add .eqv., .neqv.
parent
07cfc4e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/fortran.el
lisp/progmodes/fortran.el
+2
-2
No files found.
lisp/ChangeLog
View file @
ac342f28
2008-05-17 Glenn Morris <rgm@gnu.org>
* progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2008-05-17 Andreas Schwab <schwab@suse.de>
* vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
...
...
lisp/progmodes/fortran.el
View file @
ac342f28
...
...
@@ -389,8 +389,8 @@ program\\|subroutine\\)\\>[ \t]*\\(\\sw+\\)?"
'paren) "
\\>
")
;; Builtin operators.
(concat "
\\.
" (regexp-opt
'("
and
" "
or
" "
not
" "
l
t
" "
le
" "
eq
" "
g
e
"
"
gt
" "
n
e
" "
true
" "
fals
e
")
'("
and
" "
eq
" "
eqv
" "
false
" "
ge
" "
g
t
" "
le
" "
lt
" "
n
e
"
"
neqv
" "
n
ot
" "
or
" "
tru
e
")
'paren) "
\\.
")
;; do/goto keywords and targets, and goto tags.
'("
\\<\\
(
do\\|go *to\\)\\>[ \t]*\\([0-9]+\\)?"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment