mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(command-line-1): Don't call make-mode-line-mouse-sensitive.
This commit is contained in:
parent
4ffd487076
commit
6cbc1482fe
2 changed files with 13 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue