diff options
author | Glenn Morris <rgm@gnu.org> | 2020-02-01 07:50:10 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-02-01 07:50:10 -0800 |
commit | 0ceb5d0b23e64712d5a2c29b642489524cdbd6d4 (patch) | |
tree | e6180c252e0dab1f8992bac997c361a39426ba8c /lisp/cus-start.el | |
parent | fcac8fcf17ddfef218bb97db4322083077ec7306 (diff) | |
parent | 5bf2ef3871b0f42266f6bde7c0d2d607e9625770 (diff) | |
download | emacs-0ceb5d0b23e64712d5a2c29b642489524cdbd6d4.tar.gz emacs-0ceb5d0b23e64712d5a2c29b642489524cdbd6d4.tar.bz2 emacs-0ceb5d0b23e64712d5a2c29b642489524cdbd6d4.zip |
Merge from origin/emacs-27
5bf2ef3871 Add more blackboard bold characters to TeX input method
c362a624d8 ; * lisp/progmodes/gdb-mi.el (gdb-handle-reply): Fix comme...
2b1e18ae85 Protect against errors in gdb-mi.el handlers
baceb8e84d Allow exiting the Python interpreter of a GDB session
2e66013dcf Ensure minibuffer input is added to history in read_minibuf
de41161534 Tab-bar related fixes.
247f2cfa02 ; ChangeLog.3 fixes.
e1a712bb3f * admin/authors.el: Add missing entries.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index e3dc6f03c4b..dff4d9a6060 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -324,7 +324,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of ;; FIXME? ;; :initialize custom-initialize-default :set custom-set-minor-mode) - (tab-bar-mode (frames mouse) boolean nil + (tab-bar-mode tab-bar boolean nil ;; :initialize custom-initialize-default :set custom-set-minor-mode) (tool-bar-mode (frames mouse) boolean nil |