changeset 48259:c283da384991

(defgroup edt): Arrange that definition starts at beginning of line.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 12 Nov 2002 01:41:25 +0000
parents df79fd836e09
children 06d37ae4038f
files lisp/emulation/edt.el
diffstat 1 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/edt.el	Tue Nov 12 00:11:30 2002 +0000
+++ b/lisp/emulation/edt.el	Tue Nov 12 01:41:25 2002 +0000
@@ -166,13 +166,14 @@
 ;;;; VARIABLES and CONSTANTS
 ;;;;
 
-;; For backward compatibility to Emacs 19, skip this if defgroup is
-;; not defined.
-(if (fboundp 'defgroup)
-    (defgroup edt nil
-      "Emacs emulating EDT."
-      :prefix "edt-"
-      :group 'emulations))
+;; For backward compatibility to Emacs 19.
+(or (fboundp 'defgroup)
+    (defmacro defgroup (&rest rest)))
+
+(defgroup edt nil
+  "Emacs emulating EDT."
+  :prefix "edt-"
+  :group 'emulations)
 
 ;;;
 ;;;  Version Information