mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Ignore text properties in eudc-expand-inline
* net/eudc.el (eudc-expand-inline): Ignore text properties of string-to-expand.
This commit is contained in:
parent
fa9a3ca536
commit
c8d2553bd4
2 changed files with 7 additions and 1 deletions
|
|
@ -830,7 +830,8 @@ see `eudc-inline-expansion-servers'"
|
|||
(point-at-bol) 'move)
|
||||
(goto-char (match-end 0)))
|
||||
(point)))
|
||||
(query-words (split-string (buffer-substring beg end) "[ \t]+"))
|
||||
(query-words (split-string (buffer-substring-no-properties beg end)
|
||||
"[ \t]+"))
|
||||
query-formats
|
||||
response
|
||||
response-string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue