From: Juanma Barranquero Date: Mon, 29 Aug 2005 14:08:30 +0000 (+0000) Subject: (mac-system-coding-system, mac-system-locale): Add defvars. X-Git-Tag: emacs-pretest-22.0.90~7384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a91d930bae4d7060e3a58392de02cfae6337a42;p=emacs.git (mac-system-coding-system, mac-system-locale): Add defvars. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index acd53732140..5fefc2f31cb 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)