(calc-trail-mode): Don't set font-lock-defaults.
This commit is contained in:
parent
2b2920a967
commit
ec1e11a9a4
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-04-26 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
|
||||
|
||||
2005-04-25 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue