diff options
Diffstat (limited to 'lisp/calculator.el')
-rw-r--r-- | lisp/calculator.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/calculator.el b/lisp/calculator.el index aca37dd7cda..14b6b1dfa71 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -48,10 +48,6 @@ ;; I hate history. (eval-when-compile (require 'cl)) -(eval-and-compile - (if (fboundp 'defgroup) nil - (defmacro defgroup (&rest forms) nil) - (defmacro defcustom (s v d &rest r) (list 'defvar s v d)))) ;;;===================================================================== ;;; Customization: |