aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/octave-mod.el
diff options
context:
space:
mode:
authorSimon Marshall <[email protected]>1998-02-20 14:58:27 +0000
committerSimon Marshall <[email protected]>1998-02-20 14:58:27 +0000
commit883212ce6905a2bde30bf2dd5eb647a09fd597c4 (patch)
tree163701513d947fad31df18ea7a25bc8cac2392b1 /lisp/progmodes/octave-mod.el
parentb6908641f2bd7e8df922058478086a0f0372b065 (diff)
Changed font-lock-reference-face to font-lock-constant-face.
Diffstat (limited to 'lisp/progmodes/octave-mod.el')
-rw-r--r--lisp/progmodes/octave-mod.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el
index b53794280e..e8f3724689 100644
--- a/lisp/progmodes/octave-mod.el
+++ b/lisp/progmodes/octave-mod.el
@@ -175,7 +175,7 @@ parenthetical grouping.")
'font-lock-keyword-face)
;; Fontify all builtin operators.
(cons "\\(&\\||\\|<=\\|>=\\|==\\|<\\|>\\|!=\\|!\\)"
- 'font-lock-reference-face)
+ 'font-lock-builtin-face)
;; Fontify all builtin variables.
(cons (concat "\\<\\("
(mapconcat 'identity octave-variables "\\|")