branch: master
commit 147931d5a11e8436716283a6c692519356ef5bc8
Author: Daiki Ueno <[email protected]>
Commit: Daiki Ueno <[email protected]>

    Fix typo
---
 gnome-c-style.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnome-c-style.el b/gnome-c-style.el
index 197db13..9cfad6f 100644
--- a/gnome-c-style.el
+++ b/gnome-c-style.el
@@ -48,7 +48,7 @@
 ;;;###autoload
 (define-minor-mode gnome-c-style-mode
   "A minor-mode for editing GNOME-style C source code."
-  nil " GNOME" gnome-c-style-map)
+  nil " GNOME" gnome-c-style-mode-map)
 
 (provide 'gnome-c-style)
 

Reply via email to