branch: elpa/rust-mode
commit 9e2221caa26dd0f4eedca857805c6dff0c85b0a2
Author: Uwe Dauernheim <[email protected]>
Commit: Uwe Dauernheim <[email protected]>

    Fix typo
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 4ccb18e..a1b8423 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -27,7 +27,7 @@
   "Amount of offset per level of indentation"
   :type 'integer
   :require 'rust-mode
-  : group 'rust-mode)
+  :group 'rust-mode)
 
 (defvar rust-syntax-table (let ((table (make-syntax-table)))
                             (c-populate-syntax-table table)

Reply via email to