[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)
- [elpa] master 139a199 53/62: Added note about dictionary properties, (continued)
- [elpa] master 139a199 53/62: Added note about dictionary properties, Ian Dunn, 2017/12/09
- [elpa] master 1234c0c 54/62: Updated info pages, Ian Dunn, 2017/12/09
- [elpa] master a3a7eac 51/62: Added default dictionary settings for population, Ian Dunn, 2017/12/09
- [elpa] master 7535133 58/62: Updated copyright blocks in all files, Ian Dunn, 2017/12/09
- [elpa] master bfdb640 43/62: Updated pabbrev comparison, Ian Dunn, 2017/12/09
- [elpa] master 4823f53 55/62: Added section for a basic setup, Ian Dunn, 2017/12/09
- [elpa] master 69b0058 32/62: Remove test dependency on dictionary file, Ian Dunn, 2017/12/09
- [elpa] master 534df41 57/62: Updated info pages, Ian Dunn, 2017/12/09
- [elpa] master b7dc61d 59/62: Removed bootstrap.sh, Ian Dunn, 2017/12/09
- [elpa] master b07d853 60/62: Added elpaignore file, Ian Dunn, 2017/12/09
- [elpa] master 5480e97 52/62: Removed obsolete method,
Ian Dunn <=
- [elpa] master bc054b8 46/62: Updated info pages, Ian Dunn, 2017/12/09
- [elpa] master 82bd0da 23/62: Fixed various defmethod names to use paced-dictionary- prefix, Ian Dunn, 2017/12/09
- [elpa] master e834a04 47/62: Updated copyright strings in preparation for pushing to GNU ELPA, Ian Dunn, 2017/12/09
- [elpa] master aa2c021 11/62: Added info documentation for future inclusion in ELPA, Ian Dunn, 2017/12/09
- [elpa] master b35b6eb 01/62: Initial import, Ian Dunn, 2017/12/09
- [elpa] master 5b288be 62/62: Add 'packages/paced/' from commit '223809ea68c8d86aef2b61a946d61497125ba250', Ian Dunn, 2017/12/09