summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 7fb6aed139a..82d11c47e8e 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -203,19 +203,6 @@
(defvar mail-yank-prefix)
-;;; Custom.el macros require recompiling this when they are not present.
-;;; Add in backward compatible custom support.
-(eval-when-compile
- (if (not (fboundp 'defcustom))
- (defmacro defcustom (symbol value doc &rest args)
- "Empty replacement for defcustom when not supplied."
- `(defvar ,symbol ,value ,doc))))
-
-(eval-when-compile
- (if (not (fboundp 'defgroup))
- (defmacro defgroup (&rest args)
- "Empty replacement for defgroup when not supplied.")))
-
(defgroup ispell nil
"User variables for Emacs ispell interface."
:group 'applications)