summaryrefslogtreecommitdiff
path: root/lisp/emulation/edt.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-12 01:42:32 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-12 01:42:32 +0000
commit71c37e3fc0a65cfd063f586ae515f8e54a1cd26d (patch)
treeff1eeb304da535531ad190011f52d1e1fa96d533 /lisp/emulation/edt.el
parent513bcaece93e539a5f71923da56817be4ae52a81 (diff)
downloademacs-71c37e3fc0a65cfd063f586ae515f8e54a1cd26d.tar.gz
(defgroup edt): Arrange that definition starts at beginning of line.
Diffstat (limited to 'lisp/emulation/edt.el')
-rw-r--r--lisp/emulation/edt.el15
1 files changed, 8 insertions, 7 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 43b7b9ec6c1..ecb53bdffbf 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -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