emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/utf-8-lang.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/language/utf-8-lang.el,v
Date: Fri, 01 Feb 2008 16:02:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/01 16:01:31

Index: lisp/language/utf-8-lang.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/language/utf-8-lang.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- lisp/language/utf-8-lang.el 8 Jan 2008 20:45:56 -0000       1.11
+++ lisp/language/utf-8-lang.el 1 Feb 2008 16:01:01 -0000       1.12
@@ -28,14 +28,15 @@
 ;;; Code:
 
 (set-language-info-alist
- "UTF-8" `((coding-system mule-utf-8)
-          (coding-priority mule-utf-8)
-          (setup-function
-           . (lambda ()
-               ;; Use Unicode font under Windows.  Jason Rumney fecit.
-               (if (and (fboundp 'w32-add-charset-info)
-                        (not (boundp 'w32-unicode-charset-defined)))
-                   (w32-add-charset-info "iso10646-1" 'w32-charset-ansi t))))
+ "UTF-8" `((coding-system utf-8)
+          (coding-priority utf-8)
+;; Presumably not relevant now.
+;;        (setup-function
+;;         . (lambda ()
+;;             ;; Use Unicode font under Windows.  Jason Rumney fecit.
+;;             (if (and (fboundp 'w32-add-charset-info)
+;;                      (not (boundp 'w32-unicode-charset-defined)))
+;;                 (w32-add-charset-info "iso10646-1" 'w32-charset-ansi t))))
 ;; Is this appropriate?
 ;;        (exit-function
 ;;         . (lambda ()
@@ -46,8 +47,8 @@
 ;;                               w32-charset-info-alist)))))
           (input-method . "rfc1345")   ; maybe not the best choice
           (documentation . "\
-This language environment is a generic one for a subset of the Unicode
-character set encoded in UTF-8."))
+This language environment is a generic one for the Unicode character set
+encoded in UTF-8."))
  nil)
 
 (provide 'utf-8-lang)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]