From: Xue Fuqiao Date: Wed, 24 Jul 2013 03:49:24 +0000 (+0800) Subject: * lisp/ansi-color.el: Fix old URL. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1712 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73600831f34b22ea82c02b2f2005c1ab6004f39c;p=emacs.git * lisp/ansi-color.el: Fix old URL. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60880a23f9a..141c3fc6344 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-07-24 Xue Fuqiao + + * ansi-color.el: Fix old URL. + 2013-07-23 Michael R. Mauger * progmodes/sql.el Version 3.3 diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index bbe44f9b20b..105352117b7 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el @@ -40,11 +40,11 @@ ;; ;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 ;; standard (identical to ISO/IEC 6429), which is freely available as a -;; PDF file . The -;; "Graphic Rendition Combination Mode (GRCM)" implemented is -;; "cumulative mode" as defined in section 7.2.8. Cumulative mode means -;; that whenever possible, SGR control sequences are combined (ie. blue -;; and bold). +;; PDF file . +;; The "Graphic Rendition Combination Mode (GRCM)" implemented is +;; "cumulative mode" as defined in section 7.2.8. Cumulative mode +;; means that whenever possible, SGR control sequences are combined +;; (ie. blue and bold). ;; The basic functions are: ;;