branch: elpa/macrostep
commit 4b0d96f03a182290cfe11be1dcb26488d9b8a65d
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
Remove incorrect use of :version in defgroup
---
macrostep.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/macrostep.el b/macrostep.el
index 0bb4d1d..89dfde1 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -194,7 +194,6 @@
;;; Faces
(defgroup macrostep nil
"Interactive macro stepper for Emacs Lisp."
- :version 0.4
:group 'lisp
:link '(emacs-commentary-link :tag "commentary" "macrostep.el")
:link '(emacs-library-link :tag "lisp file" "macrostep.el")