aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-09-17 06:19:57 +0000
committerGlenn Morris <[email protected]>2009-09-17 06:19:57 +0000
commit74f24ba705b99869a26661b53652e9c36d78abab (patch)
treeacf219103ceac3c5fe6225dabd7623db5995afe9
parent58a8cf51356ec7c586cd1492725f4264ac2f7316 (diff)
(ansi-color-get-face-1): Fix typo in handler.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ansi-color.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2806653f67..f71543a9aa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2009-09-17 Glenn Morris <[email protected]>
+ * 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 <[email protected]>
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el
index 66f128a2e8..e343f56016 100644
--- a/lisp/ansi-color.el
+++ b/lisp/ansi-color.el
@@ -604,7 +604,7 @@ property of `ansi-color-faces-vector' and `ansi-color-names-vector'."
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.