Skip to content

Commit 89f2043

Browse files
committed
Suppress byte-compile-warning.
Commit c727a18 produced a byte-compile-warning.
1 parent c727a18 commit 89f2043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ should save your files with unix style end of line."
479479
;; Older versions of `php-search-documentation' did not take arguments.
480480
(condition-case nil
481481
(php-search-documentation (symbol-name symbol))
482-
(wrong-number-of-arguments (php-search-documentation))))
482+
(wrong-number-of-arguments (with-no-warnings (php-search-documentation)))))
483483
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))
484484
(browse-url
485485
(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

Comments
 (0)