Mercurial > emacs
changeset 46836:cd975daf6365
* xt-mouse.el (xterm-mouse-mode): Make it a global mode.
* wid-browse.el (widget-minor-mode): Fix doc typo.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Wed, 07 Aug 2002 21:46:49 +0000 |
parents | df25ef3d3237 |
children | e90f0ad8133a |
files | lisp/ChangeLog lisp/wid-browse.el lisp/xt-mouse.el |
diffstat | 3 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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.")
--- 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