]> git.eshelyaron.com Git - emacs.git/commit
(eww-switch-to-buffer): Don't let-bind `completion-extra-properties`
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 17 May 2025 16:34:33 +0000 (12:34 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 21 May 2025 06:09:12 +0000 (08:09 +0200)
commit81d4e7aeb2d5afc05c72d610eb93891c50c217ce
tree6f850dbf86b5ad17b608fcb097a0d4aac227110e
parenta99ac8159fa776e6aca7fbc886e75c47ae5ee663
(eww-switch-to-buffer): Don't let-bind `completion-extra-properties`

* lisp/net/eww.el (eww--buffer-p): New function.
(eww-switch-to-buffer): Use it.  And set `completion-extra-properties`
buffer-locally rather than let-binding it.

(cherry picked from commit f77f464637c6ce86d5d69963543f86bc517ad14c)
lisp/net/eww.el