From: Dave Love Date: Wed, 9 Feb 2000 12:43:30 +0000 (+0000) Subject: (command-line-1): Don't call make-mode-line-mouse-sensitive. X-Git-Tag: emacs-pretest-21.0.90~5061 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cbc1482febf63641cb4c8b6e231ff62702c127a;p=emacs.git (command-line-1): Don't call make-mode-line-mouse-sensitive. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56f9588264a..e1dbf0ae27d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2000-02-09 Dave Love + + * bindings.el (mode-line-input-method-map): New variable. + (mode-line-mule-info): Use it; fix last change. + (mode-line-mode-menu): Move definition. + (mode-line-mouse-sensitive-p): Deleted. + (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. + (make-mode-line-mouse-sensitive): Deleted. Body moved to top + level. + + * startup.el (command-line-1): Don't call + make-mode-line-mouse-sensitive. + 2000-02-07 Francesco Potorti` * mail/rmail.el (rmail-retry-failure): Use diff --git a/lisp/startup.el b/lisp/startup.el index e0fac712788..e997eaea72f 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -820,9 +820,6 @@ If this is nil, no message will be displayed." "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