From b99937e4aa627b98b39bfb1ecf5a34146b7b6f65 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Wed, 21 May 2003 15:55:52 +0000 Subject: [PATCH] Do not instruct the user to autoload `ansi-color-for-comint-mode-on'. --- lisp/ChangeLog | 5 +++++ lisp/ansi-color.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * ansi-color.el: Do not instruct the user to autoload + `ansi-color-for-comint-mode-on'. + 2003-05-21 Nick Roberts * 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 -- 2.11.4.GIT