Skip to content

Commit cf0364c

Browse files
committed
Merge branch 'release/0.6.1'
2 parents 46205ad + d03a71c commit cf0364c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drupal-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Arne Jørgensen <[email protected]>
66
;; URL: https://github.com/arnested/drupal-mode
77
;; Created: January 17, 2012
8-
;; Version: 0.6.0
8+
;; Version: 0.6.1
99
;; Package-Requires: ((php-mode "1.5.0"))
1010
;; Keywords: programming, php, drupal
1111

drupal/emacs-drush.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
;;; Code:
3333

3434
(defcustom drupal/emacs-drush-update-tags-after-save
35-
(and (unless (boundp 'gtags-auto-update)
35+
(and (unless (not (boundp 'gtags-auto-update))
3636
gtags-auto-update)
3737
drupal-drush-program
3838
(zerop (call-process drupal-drush-program nil nil nil "help" "etags")))

0 commit comments

Comments
 (0)