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

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

[elpa] master 5480e97 52/62: Removed obsolete method


From: Ian Dunn
Subject: [elpa] master 5480e97 52/62: Removed obsolete method
Date: Sat, 9 Dec 2017 14:34:05 -0500 (EST)

branch: master
commit 5480e9711bd0fc1fd0cd10e71e10c55b61e5beef
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Removed obsolete method
    
    * paced.el (paced-population-command-prepare-props): Removed.
---
 paced.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/paced.el b/paced.el
index 525a94c..c9be86c 100644
--- a/paced.el
+++ b/paced.el
@@ -840,11 +840,6 @@ Properties in CMD take precedence over those in DICT."
   (paced-merge-properties (oref dict default-population-properties)
                           (oref cmd props)))
 
-(cl-defmethod paced-population-command-prepare-props ((cmd 
paced-population-command))
-  "Turn props of CMD into a form understood by `let'."
-  (with-slots (props) cmd
-    (map-apply (lambda (var val) (list var val)) props)))
-
 (cl-defgeneric paced-population-command-source-list ((_cmd 
paced-population-command)))
 
 (cl-defgeneric paced-population-command-setup-buffer ((_cmd 
paced-population-command) _source)



reply via email to

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