]> git.eshelyaron.com Git - emacs.git/commitdiff
Add autoload for widget-value in
authorKenichi Handa <handa@m17n.org>
Thu, 21 Apr 2005 05:02:18 +0000 (05:02 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 21 Apr 2005 05:02:18 +0000 (05:02 +0000)
eval-when-compile

lisp/ChangeLog
lisp/international/mule-cmds.el

index 1255b013dcacc30607624251a2aef6ea06939d5c..a6d08dd944e33107977480ff614a6d420fb5c62f 100644 (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): 
index c36a63ccfcf5ea53ca337b2445d7156f24e5c2b2..b4f78918ef1c3e21ac4dc09c48e4450555a74e64 100644 (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.