diff lisp/mule/chinese.el @ 810:0f42d0a17667

[xemacs-hg @ 2002-04-07 17:10:48 by daiki] * mule/japanese.el: Don't quote function expressions listed as `native-coding-system'. * mule/chinese.el: Likewise.
author daiki
date Sun, 07 Apr 2002 17:10:50 +0000
parents 2923009caf47
children c112a340ac91
line wrap: on
line diff
--- a/lisp/mule/chinese.el	Sun Apr 07 16:01:32 2002 +0000
+++ b/lisp/mule/chinese.el	Sun Apr 07 17:10:50 2002 +0000
@@ -326,7 +326,7 @@
 		(cygwin-locale "zh")
 		(locale "zh_CN.eucCN" "zh_CN.EUC" "zh_CN"
 			"chinese-s" "zh"
-			  #'(lambda (arg)
+			 (lambda (arg)
 			      (and arg (let ((case-fold-search t))
 					 (string-match "^zh_.*.GB.*" arg)))))
 		(mswindows-locale ("CHINESE" . "CHINESE_SIMPLIFIED"))
@@ -399,7 +399,7 @@
 		  (cygwin-locale "zh_TW")
 		  (locale "zh_TW.Big5" "zh_TW.big5" "zh_CN.big5" "zh_TW"
 			  "chinese-t"
-			  #'(lambda (arg)
+			  (lambda (arg)
 			      (and arg (let ((case-fold-search t))
 					 (string-match "^zh_.*.BIG5.*" arg)))))
 		  (mswindows-locale ("CHINESE" . "CHINESE_TRADITIONAL"))