[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/comint.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/comint.el |
Date: |
Tue, 10 Sep 2002 12:44:58 -0400 |
Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.283 emacs/lisp/comint.el:1.284
*** emacs/lisp/comint.el:1.283 Wed Aug 28 00:40:42 2002
--- emacs/lisp/comint.el Tue Sep 10 12:44:58 2002
***************
*** 507,512 ****
--- 507,513 ----
(make-local-variable 'comint-file-name-chars)
(make-local-variable 'comint-file-name-quote-list)
(set (make-local-variable 'comint-accum-marker) (make-marker))
+ (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
;; This behavior is not useful in comint buffers, and is annoying
(set (make-local-variable 'next-line-add-newlines) nil))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/comint.el,
Richard M. Stallman <=