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

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

[elpa] externals/sketch-mode 62fccdf 2/2: Fix autoload


From: ELPA Syncer
Subject: [elpa] externals/sketch-mode 62fccdf 2/2: Fix autoload
Date: Wed, 20 Oct 2021 07:57:26 -0400 (EDT)

branch: externals/sketch-mode
commit 62fccdf1f51c45b94f4d3c0b94c9c8690f59560d
Author: Daniel Nicolai <dalanicolai@gmail.com>
Commit: Daniel Nicolai <dalanicolai@gmail.com>

    Fix autoload
---
 sketch-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sketch-mode.el b/sketch-mode.el
index 4810d98..3cecacd 100644
--- a/sketch-mode.el
+++ b/sketch-mode.el
@@ -423,6 +423,7 @@ If value of variable ‘sketch-show-labels' is ‘layer', 
create ..."
       (goto-char (point-min)))))
 
 
+;;;###autoload
 (defun sketch (arg)
   "Initialize or switch to (new) SVG image.
 With prefix ARG, create sketch using default (customizable)



reply via email to

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