mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(eshell-ls-insert-directory): Set font-lock-defaults to nil, to
prevent fontification in dired buffers, if Eshell's ls is being used.
This commit is contained in:
parent
978bd3eafc
commit
6c9e58c4ec
@ -1,3 +1,9 @@
|
||||
2001-04-11 John Wiegley <johnw@gnu.org>
|
||||
|
||||
* eshell/em-ls.el (eshell-ls-insert-directory): Set
|
||||
font-lock-defaults to nil, to prevent fontification in dired
|
||||
buffers, if Eshell's ls is being used.
|
||||
|
||||
2001-04-10 John Wiegley <johnw@gnu.org>
|
||||
|
||||
* calendar/timeclock.el (timeclock-completing-read): new function.
|
||||
|
@ -255,6 +255,7 @@ instead."
|
||||
(when (and eshell-ls-use-colors
|
||||
(featurep 'font-lock))
|
||||
(font-lock-mode -1)
|
||||
(setq font-lock-defaults nil)
|
||||
(if (boundp 'font-lock-buffers)
|
||||
(set 'font-lock-buffers
|
||||
(delq (current-buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user