]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorDave Love <fx@gnu.org>
Sun, 15 Dec 2002 16:12:21 +0000 (16:12 +0000)
committerDave Love <fx@gnu.org>
Sun, 15 Dec 2002 16:12:21 +0000 (16:12 +0000)
lisp/international/mule-cmds.el

index daa75b332fbfc8560ec7d54abb05974ad323ac15..64561dc4584f15f5cf131bbd44d040f6e5b0c276 100644 (file)
@@ -1307,6 +1307,9 @@ to using the function `set-language-environment'."
                          current-language-environment)
                        language-info-alist))
             "English"))
+  ;; This doesn't work per se, because `language-info-alist' isn't
+  ;; defined yet.  It's fixed up in loadup.el, since eval-after-load
+  ;; doesn't work at this point.
   :type (cons 'choice (mapcar (lambda (lang)
                                (list 'const (car lang)))
                              language-info-alist))