From 62c32edf070d437da3457de5c8cbfc893ed39495 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Wed, 7 Aug 2002 21:46:49 +0000 Subject: [PATCH] * xt-mouse.el (xterm-mouse-mode): Make it a global mode. * wid-browse.el (widget-minor-mode): Fix doc typo. --- lisp/ChangeLog | 6 ++++++ lisp/wid-browse.el | 4 ++-- lisp/xt-mouse.el | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d091ebb16a6..0ca9b76680b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-08-07 John Paul Wallington + + * 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 * net/tramp.el: Version 2.0.12 released. diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index eb5dac08fdf..b19305e133d 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el @@ -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.") diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index d5c67978424..179294cc88e 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -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 -- 2.11.4.GIT