branch: elpa/drupal-mode
commit 897fbfb4a59ef006ff05b638484f40ed42010dc4
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Added small optimization for byte compiler.
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index 94d7e3a410..0ed37a9a8d 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -241,7 +241,7 @@ function arguments.")
(when (and drupal-get-function-args
(fboundp 'eldoc-mode))
(set (make-local-variable 'eldoc-documentation-function)
- 'drupal-eldoc-documentation-function)
+ #'drupal-eldoc-documentation-function)
(eldoc-mode 1))
;; Setup cc-mode style stuff.