branch: elpa/drupal-mode
commit 5386751a5d1c4340dd59a36ac42453f059f25a82
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Fixed module version in module menu.
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index 404fdcde08..d076b0ba09 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -331,7 +331,7 @@ of the project)."
'("--"))
(define-key drupal-mode-map
[menu-bar drupal drupal-project drupal-project-nameversion]
- '(menu-item (concat (or drupal-module-name drupal-module) " "
drupal-version) nil
+ '(menu-item (concat (or drupal-module-name drupal-module) " "
drupal-module-version) nil
:enable nil))