From d71bfb036278301c27ec95a629e40f3eb5277342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Fri, 3 Jul 2015 11:33:03 +0200 Subject: [PATCH 1/2] 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 c44d65c..ec5a30f 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"))) From d03a71c8919ac95164ae9cf234d03d0410f767c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Fri, 3 Jul 2015 11:35:46 +0200 Subject: [PATCH 2/2] Bump version number to 0.6.1. --- drupal-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-mode.el b/drupal-mode.el index f22938b..f6c9476 100644 --- a/drupal-mode.el +++ b/drupal-mode.el @@ -5,7 +5,7 @@ ;; Author: Arne Jørgensen ;; URL: https://github.com/arnested/drupal-mode ;; Created: January 17, 2012 -;; Version: 0.6.0 +;; Version: 0.6.1 ;; Package-Requires: ((php-mode "1.5.0")) ;; Keywords: programming, php, drupal