From 0b7b53a23de26fc4ad6bd8cb0e2bf4ce456715fc Mon Sep 17 00:00:00 2001 From: tfheen Date: Wed, 2 Oct 2002 13:38:50 +0000 Subject: [PATCH] only alias -15 for emacs21 git-svn-id: file:///svn/tfheen/trunk/dotfiles@53 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs b/emacs index 24795b6..304e6e6 100644 --- a/emacs +++ b/emacs @@ -194,7 +194,8 @@ (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) -- 2.39.5