diff options
| -rw-r--r-- | lisp/startup.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 0ad5c2f1796..932b3ffcd42 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1288,8 +1288,7 @@ please check its value") | |||
| 1288 | (if (or noninteractive emacs-basic-display) | 1288 | (if (or noninteractive emacs-basic-display) |
| 1289 | (setq menu-bar-mode nil | 1289 | (setq menu-bar-mode nil |
| 1290 | tab-bar-mode nil | 1290 | tab-bar-mode nil |
| 1291 | tool-bar-mode nil | 1291 | tool-bar-mode nil)) |
| 1292 | no-blinking-cursor t)) | ||
| 1293 | (frame-initialize)) | 1292 | (frame-initialize)) |
| 1294 | 1293 | ||
| 1295 | (when (fboundp 'x-create-frame) | 1294 | (when (fboundp 'x-create-frame) |