1
Fork 0
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:
Lars Ingebrigtsen 2016-02-10 14:50:40 +11:00
parent 7c7ac0e7fa
commit c612461fa2

View file

@ -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)