branch: elpa/drupal-mode
commit 6dd8edc4028f3df29a2dda6385fbc847a324d3f1
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>

    Eliminated compiler warnings.
---
 drupal/flymake-phpcs.el | 3 ++-
 drush-make-mode.el      | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/drupal/flymake-phpcs.el b/drupal/flymake-phpcs.el
index 2e1432b653..88cb71b4c5 100644
--- a/drupal/flymake-phpcs.el
+++ b/drupal/flymake-phpcs.el
@@ -1,6 +1,6 @@
 ;;; drupal/flymake-phpcs.el --- Drupal-mode support for flymake-phpcs
 
-;; Copyright (C) 2012 Arne Jørgensen
+;; Copyright (C) 2012, 2013 Arne Jørgensen
 
 ;; Author: Arne Jørgensen <[email protected]>
 
@@ -26,6 +26,7 @@
 ;;; Code:
 
 (require 'flymake)
+(require 'flymake-phpcs)
 
 (defcustom drupal/flymake-phpcs-standard
   (ignore-errors
diff --git a/drush-make-mode.el b/drush-make-mode.el
index 52d092a4c1..cbd7c3ae74 100644
--- a/drush-make-mode.el
+++ b/drush-make-mode.el
@@ -26,6 +26,8 @@
 
 ;;; Code:
 
+(require 'bug-reference)
+
 ;;;###autoload
 (define-derived-mode drush-make-mode conf-windows-mode "Drush Make"
   "A major mode for editing drush make files.\n\n\\{drush-make-mode-map}"

Reply via email to