branch: externals/ebdb
commit c803f1c105e78bef8d939b0fa8483a644855f512
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Forgot extra argument to ebdb-delete-i18n
* ebdb-chn.el (ebdb-delete-i18n): Needs to accept (and ignore) the
unload argument. The real fix here will be separating out these
major methods into different versions for records and fields.
---
ebdb-chn.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ebdb-chn.el b/ebdb-chn.el
index fa3418d..8e3c1b8 100644
--- a/ebdb-chn.el
+++ b/ebdb-chn.el
@@ -122,7 +122,8 @@ pinyin will find the record."
(cl-defmethod ebdb-delete-i18n ((field ebdb-field-name)
record
- (scrip (eql han)))
+ (script (eql han))
+ _unload)
(ebdb-china-handle-name field record 'del))
(provide 'ebdb-chn)