emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoload instructions in lisp/ansi-color.el


From: Lute Kamstra
Subject: Autoload instructions in lisp/ansi-color.el
Date: Tue, 20 May 2003 13:57:32 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux)

Dear people,

The commentary section of ansi-color.el instructs the user to autoload
`ansi-color-for-comint-mode-on' before trying to use it.  However, the
definition of this function is already preceded by `;;;###autoload'.
I guess this instruction in the commentary section is a legacy from
the time ansi-color.el was not part of Emacs.  Shall I commit the
patch below?

Regards,

  Lute.



*** lisp/ansi-color.el.~1.12.~  2003-02-04 11:58:30.000000000 +0100
--- lisp/ansi-color.el  2003-05-20 13:36:39.000000000 +0200
***************
*** 46,52 ****
  ;;
  ;; 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
--- 46,51 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]