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

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

[nongnu] elpa/arduino-mode 4367333 092/107: autoload classes to fix unkn


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 4367333 092/107: autoload classes to fix unknown slot warnings when compilation
Date: Sun, 29 Aug 2021 10:58:22 -0400 (EDT)

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

    autoload classes to fix unknown slot warnings when compilation
---
 ede-arduino.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ede-arduino.el b/ede-arduino.el
index d0e34dc..37a5e62 100644
--- a/ede-arduino.el
+++ b/ede-arduino.el
@@ -160,10 +160,12 @@ ROOTPROJ is nil, sinc there is only one project for a 
directory tree."
 ;;
 ;; The classes for arduino projects include arduino (PDE) files, plus C, CPP, 
and H files.
 ;;
+;;;###autoload
 (defclass ede-arduino-target (ede-target)
   ()
   "EDE Arduino C files target.  Includes PDE, C, C++ and anything else we 
find.")
 
+;;;###autoload
 (defclass ede-arduino-project (ede-project)
   ((keybindings :initform (("U" . ede-arduino-upload)))
    (menu :initform
@@ -381,6 +383,7 @@ Argument COMMAND is the command to use for compiling the 
target."
 ;;
 ;; Derive data from the arduino IDE's preferences.
 ;;
+;;;###autoload
 (defclass ede-arduino-prefs ()
   ((timestamp :initform nil)
    (prefssize :initform nil)
@@ -558,6 +561,7 @@ If LIBRARY is not provided as an argument, just return the 
library directory."
 ;;; Arduino Board Reading
 ;;
 ;; Load data from boards.txt
+;;;###autoload
 (defclass ede-arduino-board ()
   ((name :initarg :name
          :initform nil



reply via email to

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