mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
Remove text property from empty line
This commit is contained in:
parent
91ff1c8f7c
commit
28fe134971
@ -788,9 +788,9 @@ This function knows about the special meaning of quotes (\")"
|
||||
dictionary-description-open-delimiter
|
||||
(dictionary-decode-charset description dictionary)
|
||||
dictionary-description-close-delimiter
|
||||
" [" (dictionary-decode-charset dictionary dictionary) "]:"
|
||||
"\n\n")
|
||||
(put-text-property start (point) 'face 'dictionary-word-entry-face)))
|
||||
" [" (dictionary-decode-charset dictionary dictionary) "]:")
|
||||
(put-text-property start (point) 'face 'dictionary-word-entry-face)
|
||||
(insert "\n\n")))
|
||||
|
||||
(defun dictionary-display-word-definition (reply word dictionary)
|
||||
"Insert the definition for the current word"
|
||||
|
Loading…
Reference in New Issue
Block a user