]> git.eshelyaron.com Git - emacs.git/commit
Remove misleading "in current buffer" message from auto-raise-mode
authorPo Lu <luangruo@yahoo.com>
Fri, 4 Feb 2022 13:22:03 +0000 (21:22 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 4 Feb 2022 13:24:41 +0000 (21:24 +0800)
commit38ffb828f26d630cf7e10b7e8554aea98e299f1b
tree0f12dfd4c3a48386ab68c8aa3d28bf372a7cf464
parent702a5c6feb7a03cf76ec5a3189c9ae0fbcea6d5e
Remove misleading "in current buffer" message from auto-raise-mode

* lisp/frame.el (auto-raise-mode): Declare as global to prevent
a misleading message from being displayed.  It's actually
frame-local, but declaring it global doesn't hurt since
`frame-parameter' is a gv.
lisp/frame.el