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

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

[nongnu] elpa/drupal-mode d71bfb0362 246/308: symbol's value as variable


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode d71bfb0362 246/308: symbol's value as variable is void: gtags-auto-update
Date: Tue, 25 Jan 2022 10:59:51 -0500 (EST)

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

    symbol's value as variable is void: gtags-auto-update
    
    Fixes #61.
---
 drupal/emacs-drush.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drupal/emacs-drush.el b/drupal/emacs-drush.el
index c44d65c480..ec5a30fab6 100644
--- a/drupal/emacs-drush.el
+++ b/drupal/emacs-drush.el
@@ -32,7 +32,7 @@
 ;;; Code:
 
 (defcustom drupal/emacs-drush-update-tags-after-save
-  (and (unless (boundp 'gtags-auto-update)
+  (and (unless (not (boundp 'gtags-auto-update))
          gtags-auto-update)
        drupal-drush-program
        (zerop (call-process drupal-drush-program nil nil nil "help" "etags")))



reply via email to

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