Mercurial > emacs
changeset 27651:1e6a2d23b456
(command-line-1): Don't call make-mode-line-mouse-sensitive.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 09 Feb 2000 12:40:18 +0000 |
parents | b875236c7043 |
children | 9c2aec874fef |
files | lisp/startup.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Wed Feb 09 12:20:01 2000 +0000 +++ b/lisp/startup.el Wed Feb 09 12:40:18 2000 +0000 @@ -820,9 +820,6 @@ "For information about the GNU Project and its goals, type C-h C-p." (substitute-command-keys "For information about the GNU Project and its goals, type \\[describe-project].")))) - (when (and (not noninteractive) - (memq window-system '(x w32 pc))) - (make-mode-line-mouse-sensitive)) (if (null command-line-args-left) (cond ((and (not inhibit-startup-message) (not noninteractive) ;; Don't clobber a non-scratch buffer if init file