]> git.eshelyaron.com Git - emacs.git/commit
Always provide `move-toolbar' when its position can be changed
authorPo Lu <luangruo@yahoo.com>
Mon, 3 Jul 2023 00:42:24 +0000 (08:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 3 Jul 2023 00:42:24 +0000 (08:42 +0800)
commitd0c1e97397aed68170b454cb9e2dce0dca3dee2b
tree1fa9e5d4f950db6e0ceadfbbc4563bdf65955076
parenta5bf0ae66141e7560f70a045c0dea132a4868c87
Always provide `move-toolbar' when its position can be changed

* src/keyboard.c (syms_of_keyboard): Make `move-toolbar' a
defsym.  Provide that feature if Emacs uses its internal tool
bars or GTK+.
* src/xfns.c (syms_of_xfns): Stop provide `move-toolbar' here.
src/keyboard.c
src/xfns.c