]> err.no Git - dotfiles/commitdiff
only alias -15 for emacs21
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 2 Oct 2002 13:38:50 +0000 (13:38 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 2 Oct 2002 13:38:50 +0000 (13:38 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@53 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index 24795b6dd6a10c7b33a36ee8d114e4c0f84177a5..304e6e6d3c0e10ac9c3cacf9fc02e5d8d666ed68 100644 (file)
--- a/emacs
+++ b/emacs
 
 (setq show-trailing-whitespace t)
 (setq-default indent-tabs-mode nil)
-(define-coding-system-alias 'iso885915 'iso-8859-15)
+(cw/for-emacs-21
+ (define-coding-system-alias 'iso885915 'iso-8859-15))
 
 (setq vc-follow-symlinks t)