]> git.eshelyaron.com Git - emacs.git/commit
Provide default value for tab-name/frame-name reading minibuffer
authorJuri Linkov <juri@linkov.net>
Sun, 20 Oct 2019 16:30:30 +0000 (19:30 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 20 Oct 2019 16:30:30 +0000 (19:30 +0300)
commitdff8978f5004561e2625b4199cefd8c262bb42cb
tree30ce829dae65e462bb5f04ebb7585d85b6da148b
parentcd4f707a987e954ef4ff1edb2639e4cb5c57bb59
Provide default value for tab-name/frame-name reading minibuffer

* lisp/tab-bar.el (tab-bar-rename-tab, tab-bar-rename-tab-by-name):
Provide default value for read-string.
(tab-bar-select-tab-by-name): Alias for tab-bar-switch-to-tab.

* lisp/frame.el (set-frame-name): Provide default value for
read-string in interactive spec.

* lisp/cus-start.el (tab-bar-position): Use choice instead of boolean.
lisp/cus-start.el
lisp/frame.el
lisp/tab-bar.el