1
Fork 0
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:
Kenichi Handa 2005-04-21 05:02:18 +00:00
parent 73ae229c58
commit 2375e71aff
2 changed files with 8 additions and 1 deletions

View file

@ -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):

View file

@ -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.