diff options
| author | Lute Kamstra | 2003-05-21 15:55:52 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2003-05-21 15:55:52 +0000 |
| commit | b99937e4aa627b98b39bfb1ecf5a34146b7b6f65 (patch) | |
| tree | 35de2b507ed1e0887a8adfe84315b989e36190b9 /lisp | |
| parent | 46e14f67f75e4d55e516652fbd49b1abd6e36543 (diff) | |
| download | emacs-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/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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-05-21 Nick Roberts <nick@nick.uklinux.net> | 6 | 2003-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 |