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

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

[elpa] externals/ebdb 5f97295 337/350: Catching wrong error in internati


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 5f97295 337/350: Catching wrong error in internationalized version of name string
Date: Mon, 14 Aug 2017 11:47:06 -0400 (EDT)

branch: externals/ebdb
commit 5f9729561fb4c47c6bf27a6b01272c639c616924
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Catching wrong error in internationalized version of name string
    
    * ebdb-i18n.el (ebdb-string): Catch the cl-no-method parent error.
      Noticed this for the other methods, missed it here.
---
 ebdb-i18n.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-i18n.el b/ebdb-i18n.el
index 6261ce8..9293521 100644
--- a/ebdb-i18n.el
+++ b/ebdb-i18n.el
@@ -202,7 +202,7 @@ for their symbol representations.")
     (unless (memq script ebdb-i18n-ignorable-scripts)
       (condition-case nil
          (setq str (ebdb-string-i18n name script))
-       (cl-no-primary-method nil)))
+       (cl-no-method nil)))
     str))
 
 (cl-defmethod ebdb-init-field :extra "i18n" ((name ebdb-field-name) &optional 
record)



reply via email to

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