auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/texmathp.el,v


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/texmathp.el,v
Date: Sat, 08 Dec 2007 13:14:12 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     David Kastrup <dak>     07/12/08 13:14:11

Index: texmathp.el
===================================================================
RCS file: /sources/auctex/auctex/texmathp.el,v
retrieving revision 5.19
retrieving revision 5.20
diff -u -b -r5.19 -r5.20
--- texmathp.el 30 Nov 2005 15:10:01 -0000      5.19
+++ texmathp.el 8 Dec 2007 13:14:11 -0000       5.20
@@ -97,15 +97,6 @@
 
 ;;; Code:
 
-;; Safety-check for the old customize package.
-(eval-and-compile
-  (condition-case () (require 'custom) (error nil))
-  (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
-      nil
-    (defmacro defgroup (&rest args) nil)
-    (defmacro defcustom (var value doc &rest args)
-      (` (defvar (, var) (, value) (, doc))))))
-
 (defgroup texmathp nil
   "Testing TeX and LaTeX documents for math mode."
   :tag "Test For TeX and LaTeX Math Mode"




reply via email to

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