]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/rfc2047.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / gnus / rfc2047.el
index a46245238105c4bca4e4c00fd93faffe8a3b0df0..45f251d4edde242e460cbec82fb5f40b9c23ea52 100644 (file)
@@ -78,6 +78,8 @@ The values can be:
     (iso-2022-jp . B)
     (iso-2022-kr . B)
     (gb2312 . B)
+    (gbk . B)
+    (gb18030 . B)
     (big5 . B)
     (cn-big5 . B)
     (cn-gb . B)
@@ -344,7 +346,7 @@ The buffer may be narrowed."
   ;; (make-char-table 'syntax-table '(2)) only works in Emacs.
   (let ((table (make-syntax-table)))
     ;; The following is done to work for setting all elements of the table
-    ;; in Emacs 21 and 22 and XEmacs; it appears to be the cleanest way.
+    ;; in Emacs 21-23 and XEmacs; it appears to be the cleanest way.
     ;; Play safe and don't assume the form of the word syntax entry --
     ;; copy it from ?a.
     (if (fboundp 'set-char-table-range)        ; Emacs