From: Glenn Morris Date: Thu, 17 Sep 2009 06:19:57 +0000 (+0000) Subject: (ansi-color-get-face-1): Fix typo in handler. X-Git-Tag: emacs-pretest-23.1.90~1284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74f24ba705b99869a26661b53652e9c36d78abab;p=emacs.git (ansi-color-get-face-1): Fix typo in handler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2806653f678..f71543a9aaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-09-17 Glenn Morris + * 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 diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 66f128a2e83..e343f560169 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.