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
772f363f
Commit
772f363f
authored
Apr 15, 2002
by
Andrew Innes
Browse files
Require wid-edit.
parent
7e784293
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/facemenu.el
lisp/facemenu.el
+1
-0
No files found.
lisp/ChangeLog
View file @
772f363f
2002-04-15 Andrew Innes <andrewi@gnu.org>
* facemenu.el: Require wid-edit.
2002-04-15 Miles Bader <miles@gnu.org>
* faces.el (highlight): Force foreground to be black on a tty, so
...
...
lisp/facemenu.el
View file @
772f363f
...
...
@@ -91,6 +91,7 @@
(
eval-when-compile
(
require
'help
)
(
require
'button
))
(
require
'wid-edit
)
;;; Provide some binding for startup:
;;;###autoload (define-key global-map "\M-g" 'facemenu-keymap)
...
...
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