emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 897fbfb4a5 082/308: Added small optimization f


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 897fbfb4a5 082/308: Added small optimization for byte compiler.
Date: Tue, 25 Jan 2022 10:59:31 -0500 (EST)

branch: elpa/drupal-mode
commit 897fbfb4a59ef006ff05b638484f40ed42010dc4
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]