]> git.eshelyaron.com Git - emacs.git/commitdiff
* xt-mouse.el (xterm-mouse-mode): Make it a global mode.
authorJohn Paul Wallington <jpw@pobox.com>
Wed, 7 Aug 2002 21:46:49 +0000 (21:46 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Wed, 7 Aug 2002 21:46:49 +0000 (21:46 +0000)
* wid-browse.el (widget-minor-mode): Fix doc typo.

lisp/ChangeLog
lisp/wid-browse.el
lisp/xt-mouse.el

index d091ebb16a690a2e18b38f20b5ba3981b4ba1c5b..0ca9b76680b61da39d943525acd880b5d5e3cc4b 100644 (file)
@@ -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\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.12 released.
index eb5dac08fdffcd96e3ba7730c875f76b80ad6ed7..b19305e133db7c78ad5af7450a75d69dfcd10795 100644 (file)
@@ -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.")
index d5c679784241cecb1d250a1bdd64dfb7d8a866d2..179294cc88ee9c1ff3e4c488f0979efe9069c9c6 100644 (file)
 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