# HG changeset patch # User Dave Love # Date 950100018 0 # Node ID 1e6a2d23b456f249e7acdd83c8eadb3940b74e14 # Parent b875236c704300f30f7a29df649ec8ce6f95eb0d (command-line-1): Don't call make-mode-line-mouse-sensitive. diff -r b875236c7043 -r 1e6a2d23b456 lisp/startup.el --- 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