Skip to content

Commit

Permalink
Merge branch 'release/0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jul 3, 2015
2 parents 46205ad + d03a71c commit cf0364c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drupal-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Arne Jørgensen <[email protected]>
;; 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

Expand Down
2 changes: 1 addition & 1 deletion drupal/emacs-drush.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit cf0364c

Please sign in to comment.