From: ian Date: Thu, 6 Sep 2001 16:14:06 +0000 (+0000) Subject: Run ian-x19 even on emacs 20 etc. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=5c84a568c1813a8b4bf61549d9e7fa5cc03070c7 Run ian-x19 even on emacs 20 etc. --- diff --git a/files/emacs_ian-x.el b/files/emacs_ian-x.el index 6505f1b..4055022 100644 --- a/files/emacs_ian-x.el +++ b/files/emacs_ian-x.el @@ -1,6 +1,6 @@ ; Ian's X initialisations. -(if (string-match "^19\." emacs-version) +(if (not (string-match "^18\." emacs-version)) (require 'ian-x19) (require 'x-fix-mouse)