Mercurial > emacs
changeset 65204:89dc9fa960e2
(mac-system-coding-system, mac-system-locale): Add defvars.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 29 Aug 2005 14:08:30 +0000 |
parents | a66eae7cedb1 |
children | 98f74806263a |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Mon Aug 29 14:06:44 2005 +0000 +++ b/lisp/international/mule-cmds.el Mon Aug 29 14:08:30 2005 +0000 @@ -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)