(command-line-1): Don't call make-mode-line-mouse-sensitive.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
2000-02-09 Dave Love <fx@gnu.org>
|
||||
|
||||
* 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` <F.Potorti@cnuce.cnr.it>
|
||||
|
||||
* mail/rmail.el (rmail-retry-failure): Use
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user