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.
1 parent c727a18 commit 89f2043Copy full SHA for 89f2043
drupal-mode.el
@@ -479,7 +479,7 @@ should save your files with unix style end of line."
479
;; Older versions of `php-search-documentation' did not take arguments.
480
(condition-case nil
481
(php-search-documentation (symbol-name symbol))
482
- (wrong-number-of-arguments (php-search-documentation))))
+ (wrong-number-of-arguments (with-no-warnings (php-search-documentation)))))
483
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))
484
(browse-url
485
(format-spec drupal-drush-search-url `((?v . ,(replace-regexp-in-string "\\([0-9]+\.\\).*\\'" "\\1x" (replace-regexp-in-string ".*-dev" "master" drupal-drush-version)))
0 commit comments