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
1ff4ace5
Commit
1ff4ace5
authored
Jul 08, 2002
by
Stefan Monnier
Browse files
Move `provide' to the end.
(facemenu-read-color): Don't cons unnecessarily.
parent
7598274b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/facemenu.el
lisp/facemenu.el
+2
-3
No files found.
lisp/facemenu.el
View file @
1ff4ace5
...
...
@@ -86,8 +86,6 @@
;;; Code:
(
provide
'facemenu
)
(
eval-when-compile
(
require
'help
)
(
require
'button
))
...
...
@@ -466,7 +464,7 @@ These special properties include `invisible', `intangible' and `read-only'."
"Read a color using the minibuffer."
(
let
((
col
(
completing-read
(
or
prompt
"Color: "
)
(
or
facemenu-color-alist
(
mapcar
'list
(
defined-colors
))
)
(
defined-colors
))
nil
t
)))
(
if
(
equal
""
col
)
nil
...
...
@@ -735,4 +733,5 @@ Returns the non-nil value it found, or nil if all were nil."
(
facemenu-update
)
(
provide
'facemenu
)
;;; facemenu.el ends here
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