prevent fontification in dired buffers, if Eshell's ls is being used.
+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.
(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)