projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ec828
)
Require `inv-23' when running with Emacs 23 or later.
author
tomo
<tomo>
Tue, 15 Jun 2010 07:52:16 +0000
(07:52 +0000)
committer
tomo
<tomo>
Tue, 15 Jun 2010 07:52:16 +0000
(07:52 +0000)
invisible.el
patch
|
blob
|
history
diff --git
a/invisible.el
b/invisible.el
index
c210ebc
..
a8c7548
100644
(file)
--- a/
invisible.el
+++ b/
invisible.el
@@
-27,6
+27,8
@@
(cond
((featurep 'xemacs)
(require 'inv-xemacs))
+ ((>= emacs-major-version 23)
+ (require 'inv-23))
((>= emacs-major-version 19)
(require 'inv-19))
(t