Mercurial > hg > xemacs-beta
diff lisp/mule/general-late.el @ 4567:84d618b355f5
2008-08-09 Aidan Kehoe <kehoea@parhasard.net>
* mule/mule-coding.el (make-8-bit-coding-system):
* mule/general-late.el (posix-charset-to-coding-system-hash):
Use #'skip-chars-quote as appropriate.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 09 Aug 2008 13:15:09 +0200 |
parents | 68d1ca56cffa |
children | 4fc32a3a086e |
line wrap: on
line diff
--- a/lisp/mule/general-late.el Sat Aug 09 13:11:06 2008 +0200 +++ b/lisp/mule/general-late.el Sat Aug 09 13:15:09 2008 +0200 @@ -90,7 +90,7 @@ (setq skip-chars-string (concat skip-chars-string (charset-skip-chars-string charset)))) - finally return skip-chars-string)))) + finally return (skip-chars-quote skip-chars-string))))) ;; At this point in the dump, all the charsets have been loaded. Now, load ;; their Unicode mappings.