emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/whitespace.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: whitespace.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/whitespace.el,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- whitespace.el       6 Dec 2007 17:56:42 -0000       1.57
+++ whitespace.el       25 Dec 2007 19:21:38 -0000      1.58
@@ -131,18 +131,6 @@
   "The variable to store the extent to highlight.")
 (make-variable-buffer-local 'whitespace-highlighted-space)
 
-;; For flavors of Emacs which don't define `defgroup' and `defcustom'.
-(eval-when-compile
-  (if (not (fboundp 'defgroup))
-      (defmacro defgroup (sym memb doc &rest args)
-       "Null macro for `defgroup' in all versions of Emacs that don't define 
it."
-       t))
-  (if (not (fboundp 'defcustom))
-      (defmacro defcustom (sym val doc &rest args)
-       "Macro to alias `defcustom' to `defvar' in all versions of Emacs that
-don't define it."
-       `(defvar ,sym ,val ,doc))))
-
 (defalias 'whitespace-make-overlay
   (if (featurep 'xemacs) 'make-extent 'make-overlay))
 (defalias 'whitespace-overlay-put




reply via email to

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