mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
Add autoload for widget-value in
eval-when-compile
This commit is contained in:
parent
73ae229c58
commit
2375e71aff
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-04-21 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule-cmds.el: Add autoload for widget-value in
|
||||
eval-when-compile
|
||||
|
||||
2005-04-21 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
|
||||
|
|
|
|||
|
|
@ -27,7 +27,9 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (defvar dos-codepage))
|
||||
(eval-when-compile
|
||||
(defvar dos-codepage)
|
||||
(autoload 'widget-value "wid-edit"))
|
||||
|
||||
;;; MULE related key bindings and menus.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue