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

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

[elpa] externals/embark b5df281407 1/4: Move embark-separator-history to


From: ELPA Syncer
Subject: [elpa] externals/embark b5df281407 1/4: Move embark-separator-history to appropriate section
Date: Fri, 23 Dec 2022 17:57:38 -0500 (EST)

branch: externals/embark
commit b5df2814071cd36aa1eec66a4f1e4620d46ad135
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Move embark-separator-history to appropriate section
---
 embark.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/embark.el b/embark.el
index 44366ce7fa..d3f77919f7 100644
--- a/embark.el
+++ b/embark.el
@@ -2461,11 +2461,6 @@ default is `embark-collect'"
   "Hook run after `embark-export' in the newly created buffer."
   :type 'hook)
 
-(defvar embark-separator-history nil
-  "Input history for the separators used by some embark commands.
-The commands that prompt for a string separator are
-`embark-insert' and `embark-copy-as-kill'.")
-
 (defface embark-collect-candidate '((t :inherit default))
   "Face for candidates in Embark Collect buffers.")
 
@@ -3380,6 +3375,11 @@ Return the category metadatum as the type of the target."
 
 ;;; Custom actions
 
+(defvar embark-separator-history nil
+  "Input history for the separators used by some embark commands.
+The commands that prompt for a string separator are
+`embark-insert' and `embark-copy-as-kill'.")
+
 (defun embark-keymap-help ()
   "Prompt for an action to perform or command to become and run it."
   (interactive)



reply via email to

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