# HG changeset patch # User John Wiegley # Date 987025913 0 # Node ID 19d97e9f6689f3df62ea63fd5673c359cd17e470 # Parent 56555e5142a2b0f62f986f0d9f38374c0268eba7 (eshell-ls-insert-directory): Set font-lock-defaults to nil, to prevent fontification in dired buffers, if Eshell's ls is being used. diff -r 56555e5142a2 -r 19d97e9f6689 lisp/eshell/em-ls.el --- a/lisp/eshell/em-ls.el Wed Apr 11 15:51:19 2001 +0000 +++ b/lisp/eshell/em-ls.el Wed Apr 11 21:51:53 2001 +0000 @@ -255,6 +255,7 @@ (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)