diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-25 22:22:51 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-25 22:22:51 +0000 |
commit | ec1e11a9a47c5b1bca38c9beca7e9ea960d61901 (patch) | |
tree | f5c816deffe291c19477d16e8a9ef993f92b3677 /lisp/calc | |
parent | 2b2920a96756a64d204c159249ddb6a68fdea3a7 (diff) | |
download | emacs-ec1e11a9a47c5b1bca38c9beca7e9ea960d61901.tar.gz |
(calc-trail-mode): Don't set font-lock-defaults.
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index ceee013e493..ce9681b828f 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -1174,8 +1174,6 @@ commands given here will actually operate on the *Calculator* stack." (setq buffer-read-only t) (make-local-variable 'overlay-arrow-position) (make-local-variable 'overlay-arrow-string) - (set (make-local-variable 'font-lock-defaults) - '(nil t nil nil nil (font-lock-core-only . t))) (when buf (set (make-local-variable 'calc-main-buffer) buf)) (when (= (buffer-size) 0) |