emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calculator.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/calculator.el,v
Date: Tue, 25 Dec 2007 19:21:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/12/25 19:21:40

Index: calculator.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calculator.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- calculator.el       21 Oct 2007 17:22:04 -0000      1.31
+++ calculator.el       25 Dec 2007 19:21:38 -0000      1.32
@@ -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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]