]> code.delx.au - gnu-emacs/commitdiff
* lisp/ansi-color.el: Fix old URL.
authorXue Fuqiao <xfq.free@gmail.com>
Wed, 24 Jul 2013 03:49:24 +0000 (11:49 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Wed, 24 Jul 2013 03:49:24 +0000 (11:49 +0800)
lisp/ChangeLog
lisp/ansi-color.el

index 60880a23f9a36e5f7bd9ccf8e8e6dba0d7d7e56e..141c3fc634473caf9486bd33136a4cc6778153c2 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * ansi-color.el: Fix old URL.
+
 2013-07-23  Michael R. Mauger  <michael@mauger.com>
 
        * progmodes/sql.el Version 3.3
index bbe44f9b20be7f2fbc4134d863eff86444d5b291..105352117b7a3386b6e06cfac88d967f7cdb22ca 100644 (file)
 ;;
 ;; 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 <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.  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 <URL:http://www.ecma-international.org/publications/standards/Ecma-048.htm>.
+;; 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:
 ;;