Fix bug when displaying entry without formatter

This commit is contained in:
serycjon 2020-08-11 16:12:36 +02:00 committed by tecosaur
parent b6c3732226
commit 0cab59dbe4
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ entry."
(if-let* ((formatter (lexic-dictionary-spec dict :formatter)))
(let ((case-fold-search nil))
(string-trim (funcall formatter entry expected-word)))
entry)
(plist-get entry :info))
"\n")))
(defun lexic-get-outline-path ()