Skip to content

Commit a08207b

Browse files
committed
Merge branch 'release/0.3.1'
2 parents 996081b + 8733eb2 commit a08207b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drupal-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Arne Jørgensen <[email protected]>
66
;; URL: https://github.com/arnested/drupal-mode
77
;; Created: January 17, 2012
8-
;; Version: 0.3.0
8+
;; Version: 0.3.1
99
;; Package-Requires: ((php-mode "1.5.0"))
1010
;; Keywords: programming, php, drupal
1111

@@ -393,7 +393,7 @@ should save your files with unix style end of line."
393393
(when symbol
394394
(cond
395395
((and (boundp 'php-extras-function-arguments)
396-
(hash-table-p 'php-extras-function-arguments)
396+
(hash-table-p php-extras-function-arguments)
397397
(gethash (symbol-name symbol) php-extras-function-arguments))
398398
(php-search-documentation))
399399
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))

0 commit comments

Comments
 (0)