aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLute Kamstra2003-05-21 15:55:52 +0000
committerLute Kamstra2003-05-21 15:55:52 +0000
commitb99937e4aa627b98b39bfb1ecf5a34146b7b6f65 (patch)
tree35de2b507ed1e0887a8adfe84315b989e36190b9 /lisp
parent46e14f67f75e4d55e516652fbd49b1abd6e36543 (diff)
downloademacs-b99937e4aa627b98b39bfb1ecf5a34146b7b6f65.tar.gz
emacs-b99937e4aa627b98b39bfb1ecf5a34146b7b6f65.zip
Do not instruct the user to autoload `ansi-color-for-comint-mode-on'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/ansi-color.el1
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 @@
12003-05-21 Lute Kamstra <Lute.Kamstra@cwi.nl>
2
3 * ansi-color.el: Do not instruct the user to autoload
4 `ansi-color-for-comint-mode-on'.
5
12003-05-21 Nick Roberts <nick@nick.uklinux.net> 62003-05-21 Nick Roberts <nick@nick.uklinux.net>
2 7
3 * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables. 8 * 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 @@
46;; 46;;
47;; If you decide you like this, add the following to your .emacs file: 47;; If you decide you like this, add the following to your .emacs file:
48;; 48;;
49;; (autoload 'ansi-color-for-comint-mode-on "ansi-color" nil t)
50;; (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) 49;; (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
51;; 50;;
52;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 51;; SGR control sequences are defined in section 3.8.117 of the ECMA-48