Skip to content

Commit

Permalink
Fix broken defgroup form
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 5, 2013
1 parent 4625e08 commit ecf4a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ac-slime.el
Expand Up @@ -21,7 +21,8 @@
(require 'slime)
(require 'auto-complete)

(defgroup ac-slime
(defgroup ac-slime nil
"Slime auto-complete customizations"
:prefix "ac-slime-"
:group 'slime)

Expand Down

0 comments on commit ecf4a69

Please sign in to comment.