aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-07-24 11:49:24 +0800
committerXue Fuqiao2013-07-24 11:49:24 +0800
commit73600831f34b22ea82c02b2f2005c1ab6004f39c (patch)
treee5e1a07c9445d1be60807cdb1efbcb1ed5dc0b60
parent1813e115ce75df597c45d3c4b5a6520fec5239d3 (diff)
downloademacs-73600831f34b22ea82c02b2f2005c1ab6004f39c.tar.gz
emacs-73600831f34b22ea82c02b2f2005c1ab6004f39c.zip
* lisp/ansi-color.el: Fix old URL.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ansi-color.el10
2 files changed, 9 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 60880a23f9a..141c3fc6344 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12013-07-24 Xue Fuqiao <xfq.free@gmail.com>
2
3 * ansi-color.el: Fix old URL.
4
12013-07-23 Michael R. Mauger <michael@mauger.com> 52013-07-23 Michael R. Mauger <michael@mauger.com>
2 6
3 * progmodes/sql.el Version 3.3 7 * 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 @@
40;; 40;;
41;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 41;; SGR control sequences are defined in section 3.8.117 of the ECMA-48
42;; standard (identical to ISO/IEC 6429), which is freely available as a 42;; standard (identical to ISO/IEC 6429), which is freely available as a
43;; PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>. The 43;; PDF file <URL:http://www.ecma-international.org/publications/standards/Ecma-048.htm>.
44;; "Graphic Rendition Combination Mode (GRCM)" implemented is 44;; The "Graphic Rendition Combination Mode (GRCM)" implemented is
45;; "cumulative mode" as defined in section 7.2.8. Cumulative mode means 45;; "cumulative mode" as defined in section 7.2.8. Cumulative mode
46;; that whenever possible, SGR control sequences are combined (ie. blue 46;; means that whenever possible, SGR control sequences are combined
47;; and bold). 47;; (ie. blue and bold).
48 48
49;; The basic functions are: 49;; The basic functions are:
50;; 50;;