emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 5386751a5d 069/308: Fixed module version in mo


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 5386751a5d 069/308: Fixed module version in module menu.
Date: Tue, 25 Jan 2022 10:59:30 -0500 (EST)

branch: elpa/drupal-mode
commit 5386751a5d1c4340dd59a36ac42453f059f25a82
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    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))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]