chiark
/
gitweb
/
~ian
/
ian-dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223847a
)
Run ian-x19 even on emacs 20 etc.
author
ian
<ian>
Thu, 6 Sep 2001 16:14:06 +0000
(16:14 +0000)
committer
ian
<ian>
Thu, 6 Sep 2001 16:14:06 +0000
(16:14 +0000)
files/emacs_ian-x.el
patch
|
blob
|
history
diff --git
a/files/emacs_ian-x.el
b/files/emacs_ian-x.el
index 6505f1b61e5edb2643aee6d2c8b73c6c7782c7ea..40550221dccea997c93512c41c4738e858420af3 100644
(file)
--- 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)