We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 996081b + 8733eb2 commit a08207bCopy full SHA for a08207b
drupal-mode.el
@@ -5,7 +5,7 @@
5
;; Author: Arne Jørgensen <[email protected]>
6
;; URL: https://github.com/arnested/drupal-mode
7
;; Created: January 17, 2012
8
-;; Version: 0.3.0
+;; Version: 0.3.1
9
;; Package-Requires: ((php-mode "1.5.0"))
10
;; Keywords: programming, php, drupal
11
@@ -393,7 +393,7 @@ should save your files with unix style end of line."
393
(when symbol
394
(cond
395
((and (boundp 'php-extras-function-arguments)
396
- (hash-table-p 'php-extras-function-arguments)
+ (hash-table-p php-extras-function-arguments)
397
(gethash (symbol-name symbol) php-extras-function-arguments))
398
(php-search-documentation))
399
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))
0 commit comments