]> git.eshelyaron.com Git - emacs.git/commit
Fix message when no completions available for editable field
authorMauro Aranda <maurooaranda@gmail.com>
Mon, 7 Oct 2019 01:36:09 +0000 (03:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Oct 2019 01:36:54 +0000 (03:36 +0200)
commit22af213f804d1405a5266a9d0e0e51a69daabef7
tree9a433c3c473d4ec81f9475c0deab81811893e87f
parent785dda9406e2bb2950cc23db42329c8fd8fb3868
Fix message when no completions available for editable field

* lisp/wid-edit.el (widget-completions-at-point): Detect here if point
is not in an editable field.
(widget-complete): And here say there are no completions available
(bug#11562).
lisp/wid-edit.el