[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calc/calc.el
From: |
Colin Walters |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calc/calc.el |
Date: |
Wed, 18 Sep 2002 12:47:48 -0400 |
Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.15 emacs/lisp/calc/calc.el:1.16
*** emacs/lisp/calc/calc.el:1.15 Mon Aug 5 05:34:12 2002
--- emacs/lisp/calc/calc.el Wed Sep 18 12:47:48 2002
***************
*** 1049,1054 ****
--- 1049,1055 ----
(mapcar (function (lambda (v) (make-local-variable v))) calc-local-var-list)
(make-local-variable 'overlay-arrow-position)
(make-local-variable 'overlay-arrow-string)
+ (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
(setq truncate-lines t)
(setq buffer-read-only t)
(setq major-mode 'calc-mode)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/calc/calc.el,
Colin Walters <=