branch: elpa/drupal-mode
commit a08207b0c9c2f0d42a6ee02df4c53f057e9dfcd0
Merge: 996081be40 8733eb2d1e
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>

    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 <[email protected]>
 ;; 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