Improve dbus performance on synchronous calls
[bpt/emacs.git] / lisp / language / utf-8-lang.el
index 3cb688c..4f3fcc9 100644 (file)
@@ -1,7 +1,6 @@
-;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*-
+;;; utf-8-lang.el --- generic UTF-8 language environment
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2001-2014 Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Keywords: i18n
@@ -28,6 +27,7 @@
 (set-language-info-alist
  "UTF-8" `((coding-system utf-8)
           (coding-priority utf-8)
+          (charset unicode-bmp unicode)
 ;; Presumably not relevant now.
 ;;        (setup-function
 ;;         . (lambda ()
@@ -51,5 +51,4 @@ encoded in UTF-8."))
 
 (provide 'utf-8-lang)
 
-;; arch-tag: dfa339e1-296f-4b1e-9fe8-2b65279ec813
 ;;; utf-8-lang.el ends here