diff options
| author | Lute Kamstra | 2005-04-25 22:22:51 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-25 22:22:51 +0000 |
| commit | ec1e11a9a47c5b1bca38c9beca7e9ea960d61901 (patch) | |
| tree | f5c816deffe291c19477d16e8a9ef993f92b3677 | |
| parent | 2b2920a96756a64d204c159249ddb6a68fdea3a7 (diff) | |
| download | emacs-ec1e11a9a47c5b1bca38c9beca7e9ea960d61901.tar.gz emacs-ec1e11a9a47c5b1bca38c9beca7e9ea960d61901.zip | |
(calc-trail-mode): Don't set font-lock-defaults.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/calc/calc.el | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47adf54f394..f45d3dba17f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-26 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults. | ||
| 4 | |||
| 1 | 2005-04-25 Jay Belanger <belanger@truman.edu> | 5 | 2005-04-25 Jay Belanger <belanger@truman.edu> |
| 2 | 6 | ||
| 3 | * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only | 7 | * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only |
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." | |||
| 1174 | (setq buffer-read-only t) | 1174 | (setq buffer-read-only t) |
| 1175 | (make-local-variable 'overlay-arrow-position) | 1175 | (make-local-variable 'overlay-arrow-position) |
| 1176 | (make-local-variable 'overlay-arrow-string) | 1176 | (make-local-variable 'overlay-arrow-string) |
| 1177 | (set (make-local-variable 'font-lock-defaults) | ||
| 1178 | '(nil t nil nil nil (font-lock-core-only . t))) | ||
| 1179 | (when buf | 1177 | (when buf |
| 1180 | (set (make-local-variable 'calc-main-buffer) buf)) | 1178 | (set (make-local-variable 'calc-main-buffer) buf)) |
| 1181 | (when (= (buffer-size) 0) | 1179 | (when (= (buffer-size) 0) |