mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
* lisp/gnus/ecomplete.el: Remove XEmacs compat code.
This commit is contained in:
parent
7c7ac0e7fa
commit
c612461fa2
1 changed files with 0 additions and 5 deletions
|
|
@ -27,11 +27,6 @@
|
|||
(eval-when-compile
|
||||
(require 'cl))
|
||||
|
||||
(eval-when-compile
|
||||
(when (featurep 'xemacs)
|
||||
;; The `kbd' macro requires that the `read-kbd-macro' macro is available.
|
||||
(require 'edmacro)))
|
||||
|
||||
(defgroup ecomplete nil
|
||||
"Electric completion of email addresses and the like."
|
||||
:group 'mail)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue