From 2cd0dfdfb5961c69bffb35727e035278fa8513ae Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Mon, 27 Jul 2015 16:50:35 +0800 Subject: [PATCH] Remove `tooltip-use-echo-area' usage. `tooltip-use-echo-area' is obsolete since 24.1; disabling `tooltip-mode' achieves similar effect, and Tooltip mode has already been disabled in the current code. Since Spacemacs supports Emacs 24.3 and 24.4, `tooltip-use-echo-area' usage can be removed safely. --- core/core-spacemacs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-spacemacs.el b/core/core-spacemacs.el index fbe28a309..d28f2f99f 100644 --- a/core/core-spacemacs.el +++ b/core/core-spacemacs.el @@ -96,7 +96,6 @@ initialization." ;; tooltips in echo-aera (when (and (fboundp 'tooltip-mode) (not (eq tooltip-mode -1))) (tooltip-mode -1)) - (setq tooltip-use-echo-area t) (unless (eq window-system 'mac) (when (and (fboundp 'menu-bar-mode) (not (eq menu-bar-mode -1))) (menu-bar-mode -1)))