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

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

[elpa] externals/embark 52b25d9ba4 5/8: Remove some obsolete variables


From: ELPA Syncer
Subject: [elpa] externals/embark 52b25d9ba4 5/8: Remove some obsolete variables
Date: Sun, 23 Oct 2022 12:57:40 -0400 (EDT)

branch: externals/embark
commit 52b25d9ba4c204346a944b514d80ee6b34a90756
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Remove some obsolete variables
---
 embark.el | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/embark.el b/embark.el
index f746ed8942..4f157bf8be 100644
--- a/embark.el
+++ b/embark.el
@@ -316,17 +316,6 @@ indicate that for files at the prompt of the `delete-file' 
command,
                                         (symbol :tag "Command")))
                 :value-type (function :tag "Default action")))
 
-(make-obsolete-variable
-   'embark-allow-edit-actions
-   "To allow editing for an action add `embark--allow-edit' to the
-entry of `embark-target-injection-hooks' whose key is the action."
-   "0.14")
-
-(define-obsolete-variable-alias
-  'embark-setup-action-hooks
-  'embark-target-injection-hooks
-  "0.14")
-
 (defcustom embark-target-injection-hooks
   '((async-shell-command embark--allow-edit embark--shell-prep)
     (shell-command embark--allow-edit embark--shell-prep)
@@ -2434,12 +2423,6 @@ candidates and whose `cdr' is the list of candidates, 
each of
 which should be a string."
   :type 'hook)
 
-(make-obsolete-variable
-   'embark-collect-initial-view-alist
-   "Support for different collect views has been removed.
-The zebra mode can be configured per completion type via 
`embark-collect-zebra-types'."
-   "0.16")
-
 (defcustom embark-collect-zebra-types
   '(kill-ring)
   "List of completion types for which zebra stripes should be activated.



reply via email to

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