mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Prevent xwidget webkit isearch messages from entering log buffer
* lisp/xwidget.el (xwidget-webkit-isearch--update): Prevent logging when displaying search contents message.
This commit is contained in:
parent
e4f8ce7818
commit
3ea70eea98
@ -910,8 +910,9 @@ WebKit widget. The query will be set to the contents of
|
||||
(xwidget-webkit-search xwidget-webkit-isearch--string
|
||||
(xwidget-webkit-current-session)
|
||||
t xwidget-webkit-isearch--is-reverse t))
|
||||
(message (concat (propertize "Search contents: " 'face 'minibuffer-prompt)
|
||||
xwidget-webkit-isearch--string)))
|
||||
(let ((message-log-max nil))
|
||||
(message (concat (propertize "Search contents: " 'face 'minibuffer-prompt)
|
||||
xwidget-webkit-isearch--string))))
|
||||
|
||||
(defun xwidget-webkit-isearch-erasing-char (count)
|
||||
"Erase the last COUNT characters of the current query."
|
||||
|
Loading…
Reference in New Issue
Block a user