Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
74f24ba7
Commit
74f24ba7
authored
Sep 17, 2009
by
Glenn Morris
Browse files
(ansi-color-get-face-1): Fix typo in handler.
parent
58a8cf51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/ansi-color.el
lisp/ansi-color.el
+1
-1
No files found.
lisp/ChangeLog
View file @
74f24ba7
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>
...
...
lisp/ansi-color.el
View file @
74f24ba7
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment