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

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

[nongnu] elpa/evil-lisp-state 575de5d980 093/125: Missing autoload on de


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 575de5d980 093/125: Missing autoload on defcustom
Date: Thu, 6 Jan 2022 04:58:44 -0500 (EST)

branch: elpa/evil-lisp-state
commit 575de5d98043c7439a2d23fc815e4be3489eaf45
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Missing autoload on defcustom
---
 evil-lisp-state.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index bc1b21d360..f45cfd055a 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -5,7 +5,7 @@
 ;; Author: Sylvain Benner <sylvain.benner@gmail.com>
 ;; Keywords: convenience editing evil smartparens lisp mnemonic
 ;; Created: 9 Oct 2014
-;; Version: 4.2.1
+;; Version: 4.2.2
 ;; Package-Requires: ((evil "1.0.9") (smartparens "1.6.1"))
 ;; URL: https://github.com/syl20bnr/evil-lisp-state
 
@@ -86,6 +86,7 @@
   :group 'emulations
   :prefix 'evil-lisp-state-)
 
+;;;###autoload
 (defcustom evil-lisp-state-backward-prefix "<tab>"
   "Prefix to execute the backward version of a command"
   :type 'string



reply via email to

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