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

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

[elpa] externals/setup 69ef413c95: Drop obsolete code section


From: ELPA Syncer
Subject: [elpa] externals/setup 69ef413c95: Drop obsolete code section
Date: Sat, 20 Aug 2022 10:58:02 -0400 (EDT)

branch: externals/setup
commit 69ef413c95b4c2abd36c25584ec21e5e9d9df4b6
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Drop obsolete code section
---
 setup.el | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/setup.el b/setup.el
index 466033a80f..695e991e5d 100644
--- a/setup.el
+++ b/setup.el
@@ -678,27 +678,6 @@ feature context."
       (and shorthand (funcall shorthand (car (last head))))))
   :debug '(setup))
 
-
-;;; Obsoleted code
-
-(defun setup-ensure-kbd (sexp)
-  "Attempt to return SEXP as a key binding expression."
-  (cond ((stringp sexp) (kbd sexp))
-        ((symbolp sexp) `(kbd ,sexp))
-        (sexp)))
-(make-obsolete 'setup-ensure-kbd "Use :ensure keyword instead" "1.2.0")
-
-(defun setup-ensure-function (sexp)
-  "Attempt to return SEXP as a quoted function name."
-  (cond ((eq (car-safe sexp) 'function)
-         sexp)
-        ((eq (car-safe sexp) 'quote)
-         `#',(cadr sexp))
-        ((symbolp sexp)
-         `#',sexp)
-        (sexp)))
-(make-obsolete 'setup-ensure-function "Use :ensure keyword instead" "1.2.0")
-
 (provide 'setup)
 
 ;;; setup.el ends here



reply via email to

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