Require wid-edit.
This commit is contained in:
parent
7e78429398
commit
772f363f27
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue