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
a9574eb7
Commit
a9574eb7
authored
Dec 20, 2013
by
Chong Yidong
Browse files
* faces.el (read-color): Minor fix for completion function.
parent
a2f5f431
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/faces.el
lisp/faces.el
+1
-1
No files found.
lisp/ChangeLog
View file @
a9574eb7
2013-12-20 Chong Yidong <cyd@gnu.org>
* faces.el (read-color): Minor fix for completion function.
2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
* progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): New
...
...
lisp/faces.el
View file @
a9574eb7
...
...
@@ -1836,7 +1836,7 @@ resulting color name in the echo area."
(
if
(
color-defined-p
string
)
(
list
string
))))
((
eq
flag
'lambda
)
; Test completion.
(
or
(
mem
q
string
colors
)
(
or
(
mem
ber
string
colors
)
(
color-defined-p
string
)))))
nil
t
)))
...
...
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