# HG changeset patch # User John Paul Wallington # Date 1028756809 0 # Node ID cd975daf636563598b459cc2dae0a06789b725a3 # Parent df25ef3d3237157e493388dab1920f8de1a65df1 * xt-mouse.el (xterm-mouse-mode): Make it a global mode. * wid-browse.el (widget-minor-mode): Fix doc typo. diff -r df25ef3d3237 -r cd975daf6365 lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 07 14:54:05 2002 +0000 +++ b/lisp/ChangeLog Wed Aug 07 21:46:49 2002 +0000 @@ -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 -r df25ef3d3237 -r cd975daf6365 lisp/wid-browse.el --- a/lisp/wid-browse.el Wed Aug 07 14:54:05 2002 +0000 +++ b/lisp/wid-browse.el Wed Aug 07 21:46:49 2002 +0000 @@ -265,8 +265,8 @@ ;;; 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 -r df25ef3d3237 -r cd975daf6365 lisp/xt-mouse.el --- a/lisp/xt-mouse.el Wed Aug 07 14:54:05 2002 +0000 +++ b/lisp/xt-mouse.el Wed Aug 07 21:46:49 2002 +0000 @@ -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