]> err.no Git - dotfiles/commitdiff
utf8 as an alternative for utf-8
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 28 Jun 2005 19:07:46 +0000 (19:07 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 28 Jun 2005 19:07:46 +0000 (19:07 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@794 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index fa6aa1c1ba58847ce63160aa96683fba9131c4dc..8d18022dc03ebc16a125e8931ec92b026e550ac8 100644 (file)
--- a/emacs
+++ b/emacs
 (setq-default indent-tabs-mode nil)
 (cw/for-emacs-21-and-later
  (define-coding-system-alias 'iso885915 'iso-8859-15)
+ (define-coding-system-alias 'utf8 'utf-8)
  (if (not window-system)
      (define-coding-system-alias 'iso-8859-15 'iso-8859-1)))