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

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

[nongnu] elpa/drupal-mode a08207b0c9 161/308: Merge branch 'release/0.3.


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode a08207b0c9 161/308: Merge branch 'release/0.3.1'
Date: Tue, 25 Jan 2022 10:59:43 -0500 (EST)

branch: elpa/drupal-mode
commit a08207b0c9c2f0d42a6ee02df4c53f057e9dfcd0
Merge: 996081be40 8733eb2d1e
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    Merge branch 'release/0.3.1'
---
 drupal-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drupal-mode.el b/drupal-mode.el
index 72e07e8891..2773a0203d 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -5,7 +5,7 @@
 ;; Author: Arne Jørgensen <arne@arnested.dk>
 ;; URL: https://github.com/arnested/drupal-mode
 ;; Created: January 17, 2012
-;; Version: 0.3.0
+;; Version: 0.3.1
 ;; Package-Requires: ((php-mode "1.5.0"))
 ;; Keywords: programming, php, drupal
 
@@ -393,7 +393,7 @@ should save your files with unix style end of line."
     (when symbol
       (cond
        ((and (boundp 'php-extras-function-arguments)
-             (hash-table-p 'php-extras-function-arguments)
+             (hash-table-p php-extras-function-arguments)
              (gethash (symbol-name symbol) php-extras-function-arguments))
         (php-search-documentation))
        ((and drupal-drush-program (string-match "drush" (symbol-name symbol)))



reply via email to

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