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

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

[nongnu] elpa/arduino-mode 49dd8be 095/107: fix flycheck warnings


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 49dd8be 095/107: fix flycheck warnings
Date: Sun, 29 Aug 2021 10:58:23 -0400 (EDT)

branch: elpa/arduino-mode
commit 49dd8be843d8ba7d905da91121c4d53e49086c44
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    fix flycheck warnings
---
 arduino-mode.el | 7 +++----
 ede-arduino.el  | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/arduino-mode.el b/arduino-mode.el
index 1399ab8..f8df18c 100644
--- a/arduino-mode.el
+++ b/arduino-mode.el
@@ -1,10 +1,10 @@
-;;; arduino-mode.el --- Major mode for editing Arduino code.
+;;; arduino-mode.el --- Major mode for editing Arduino code
 
 ;; Copyright (C) 2008  Christopher Grim
 ;; Authors: Christopher Grim <christopher.grim@gmail.com>
 ;; Maintainer: stardiviner <numbchild@gmail.com>
 ;; Keywords: languages, arduino
-;; Package-Requires: ((emacs "25") (cl-lib "0.5") (spinner "1.7.3"))
+;; Package-Requires: ((emacs "25.1") (spinner "1.7.3"))
 ;; Package-Version: 1.2
 ;; homepage: https://github.com/stardiviner/arduino-mode
 
@@ -271,8 +271,7 @@ Value is a symbol.  The possible values are the symbols in 
the
                                   (message "Opened with Arduino succeed.")))
                             (setq-local mode-line-process nil)
                             (with-current-buffer arduino-open-process-buf
-                              (when spinner-current (spinner-stop)))
-                            ))))
+                              (when spinner-current (spinner-stop)))))))
     (spinner-start arduino-spinner-type)
     (setq mode-line-process proc-name)))
 
diff --git a/ede-arduino.el b/ede-arduino.el
index da1ec96..ba5382f 100644
--- a/ede-arduino.el
+++ b/ede-arduino.el
@@ -209,7 +209,7 @@ If one doesn't exist, create a new one for this directory."
   (project-compile-project (ede-current-project)
                            (concat ede-arduino-make-command " all upload")))
 
-(eval-when-compile (require 'term))
+(require 'term)
 
 (defun cedet-arduino-serial-monitor ()
   "Start up a serial monitor for a running arduino board.
@@ -660,4 +660,4 @@ Data returned is the intputs needed for the Makefile."
 
 (provide 'ede-arduino)
 
-;;; arduino.el ends here
+;;; ede-arduino.el ends here



reply via email to

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