* xt-mouse.el (xterm-mouse-mode): Make it a global mode.
* wid-browse.el (widget-minor-mode): Fix doc typo.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
|
||||
|
||||
* xt-mouse.el (xterm-mouse-mode): Make it a global mode.
|
||||
|
||||
* wid-browse.el (widget-minor-mode): Fix doc typo.
|
||||
|
||||
2002-08-07 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
|
||||
|
||||
* net/tramp.el: Version 2.0.12 released.
|
||||
|
||||
@@ -265,8 +265,8 @@ VALUE is assumed to be a list of widgets."
|
||||
;;; Widget Minor Mode.
|
||||
|
||||
(defvar widget-minor-mode nil
|
||||
"I non-nil, we are in Widget Minor Mode.")
|
||||
(make-variable-buffer-local 'widget-minor-mode)
|
||||
"If non-nil, we are in Widget Minor Mode.")
|
||||
(make-variable-buffer-local 'widget-minor-mode)
|
||||
|
||||
(defvar widget-minor-mode-map nil
|
||||
"Keymap used in Widget Minor Mode.")
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
With prefix arg, turn XTerm mouse mode on iff arg is positive.
|
||||
|
||||
Turn it on to use emacs mouse commands, and off to use xterm mouse commands."
|
||||
nil " Mouse" nil
|
||||
nil " Mouse" nil :global t
|
||||
(if xterm-mouse-mode
|
||||
;; Turn it on
|
||||
(unless window-system
|
||||
|
||||
Reference in New Issue
Block a user