changeset 105054:c889dc6f230f

(ansi-color-get-face-1): Fix typo in handler.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 Sep 2009 06:19:57 +0000
parents b942d57a0577
children ffba73e9bedc
files lisp/ChangeLog lisp/ansi-color.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 17 06:14:33 2009 +0000
+++ b/lisp/ChangeLog	Thu Sep 17 06:19:57 2009 +0000
@@ -1,5 +1,7 @@
 2009-09-17  Glenn Morris  <rgm@gnu.org>
 
+	* ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
+
 	* simple.el (hard-newline): Give it a doc-string.
 
 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
--- a/lisp/ansi-color.el	Thu Sep 17 06:14:33 2009 +0000
+++ b/lisp/ansi-color.el	Thu Sep 17 06:19:57 2009 +0000
@@ -604,7 +604,7 @@
 ANSI-CODE is used as an index into the vector."
   (condition-case nil
       (aref ansi-color-map ansi-code)
-    ('args-out-of-range nil)))
+    (args-out-of-range nil)))
 
 (defun ansi-color-get-face (escape-seq)
   "Create a new face by applying all the parameters in ESCAPE-SEQ.