aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-29 14:08:30 +0000
committerJuanma Barranquero <[email protected]>2005-08-29 14:08:30 +0000
commit4a91d930bae4d7060e3a58392de02cfae6337a42 (patch)
treeb58c0adee858dc41a4ea2904255d7f666afd7f4f
parent6978c919f6961fc66b00ae88ddae056ecd68324f (diff)
(mac-system-coding-system, mac-system-locale): Add defvars.
-rw-r--r--lisp/international/mule-cmds.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index acd5373214..5fefc2f31c 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -33,6 +33,9 @@
(defvar dos-codepage)
(autoload 'widget-value "wid-edit"))
+(defvar mac-system-coding-system)
+(defvar mac-system-locale)
+
;;; MULE related key bindings and menus.
(defvar mule-keymap (make-sparse-keymap)