Skip to content

Commit 8d57a2a

Browse files
committed
Added hash-table-p check.
1 parent 58fb25a commit 8d57a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drupal-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ should save your files with unix style end of line."
392392
(when symbol
393393
(cond
394394
((and (boundp 'php-extras-function-arguments)
395+
(hash-table-p 'php-extras-function-arguments)
395396
(gethash (symbol-name symbol) php-extras-function-arguments))
396397
(php-search-documentation))
397398
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))

0 commit comments

Comments
 (0)