aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/mule-conf.el3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc88b08cb5b..d07e5becd85 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * international/mule-conf.el: Add `utf8' and `UTF8' as
4 aliases for the `utf-8' coding system.
5
12008-10-15 Juanma Barranquero <lekktu@gmail.com> 62008-10-15 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * find-file.el (ff-get-file): Doc fix. 8 * find-file.el (ff-get-file): Doc fix.
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index cb9cf974fea..5f470510aa4 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -1274,6 +1274,9 @@ is treated as a character."
1274 :bom '(utf-8-with-signature . utf-8)) 1274 :bom '(utf-8-with-signature . utf-8))
1275 1275
1276(define-coding-system-alias 'mule-utf-8 'utf-8) 1276(define-coding-system-alias 'mule-utf-8 'utf-8)
1277;; common aliases
1278(define-coding-system-alias 'utf8 'utf-8)
1279(define-coding-system-alias 'UTF8 'utf-8)
1277 1280
1278(define-coding-system 'utf-8-emacs 1281(define-coding-system 'utf-8-emacs
1279 "Support for all Emacs characters (including non-Unicode characters)." 1282 "Support for all Emacs characters (including non-Unicode characters)."