From: tomo Date: Tue, 15 Jun 2010 07:53:56 +0000 (+0000) Subject: (emu-modules): Add setting for GNU Emacs 23 or later. X-Git-Tag: apel-10_8~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9524ddb9407fbb9f9097865b13a32b1968dae40b;p=elisp%2Fapel.git (emu-modules): Add setting for GNU Emacs 23 or later. --- diff --git a/EMU-ELS b/EMU-ELS index e8575a4..f0b14aa 100644 --- 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))