* ansi-color.el (ansi-color-for-comint-mode): Add :version
keyword.
This commit is contained in:
parent
ed0f72d260
commit
c2dae51b68
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-12-06 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* ansi-color.el (ansi-color-for-comint-mode): Add :version
|
||||
keyword.
|
||||
|
||||
2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
|
||||
|
||||
* textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
|
||||
|
|
|
|||
|
|
@ -167,7 +167,8 @@ in shell buffers. You set this variable by calling one of:
|
|||
:type '(choice (const :tag "Do nothing" nil)
|
||||
(const :tag "Filter" filter)
|
||||
(const :tag "Translate" t))
|
||||
:group 'ansi-colors)
|
||||
:group 'ansi-colors
|
||||
:version "23.2")
|
||||
|
||||
;;;###autoload
|
||||
(defun ansi-color-for-comint-mode-on ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue