Skip to content

Commit

Permalink
etymon: arg may be a string
Browse files Browse the repository at this point in the history
Fix #36
  • Loading branch information
condy0919 committed Sep 26, 2023
1 parent 5184ea0 commit df91f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fanyi-etymon.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ while the quote style is from mailing list."
""
"\n\n")
(setq fanyi-etymon--consecutive-newlines t)))
((pred stringp) arg)
(_
(cl-assert (> (length arg) 2))
(setq fanyi-etymon--consecutive-newlines nil)
Expand Down

0 comments on commit df91f2d

Please sign in to comment.