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:
9392617
)
(emu-modules): Add setting for GNU Emacs 23 or later.
author
tomo
<tomo>
Tue, 15 Jun 2010 07:53:56 +0000
(07:53 +0000)
committer
tomo
<tomo>
Tue, 15 Jun 2010 07:53:56 +0000
(07:53 +0000)
EMU-ELS
patch
|
blob
|
history
diff --git
a/EMU-ELS
b/EMU-ELS
index
e8575a4
..
f0b14aa
100644
(file)
--- a/
EMU-ELS
+++ b/
EMU-ELS
@@
-180,6
+180,9
@@
((featurep 'xemacs)
;; XEmacs.
'(inv-xemacs invisible))
+ ((>= emacs-major-version 23)
+ ;; Emacs 23 and later
+ '(inv-23 invisible))
((>= emacs-major-version 19)
;; Emacs 19 and later.
'(inv-19 invisible))