diff options
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/ansi-color.el | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62e111a25e6..b7b90833edc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-05-21 Lute Kamstra <Lute.Kamstra@cwi.nl> + + * ansi-color.el: Do not instruct the user to autoload + `ansi-color-for-comint-mode-on'. + 2003-05-21 Nick Roberts <nick@nick.uklinux.net> * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables. diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 45c0bfb6674..af491b6793e 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el @@ -46,7 +46,6 @@ ;; ;; If you decide you like this, add the following to your .emacs file: ;; -;; (autoload 'ansi-color-for-comint-mode-on "ansi-color" nil t) ;; (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) ;; ;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 |