diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-06-14 10:21:01 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-06-14 10:21:01 +0000 |
commit | 6aaedd123065d146fee819d3d1f0e26433185c5b (patch) | |
tree | 95bd8ecb99ddf14f3a1623952d017f167f7abd1d /lisp/wid-browse.el | |
parent | 996169356bd886272f21d37bab286af0a351c42f (diff) | |
download | emacs-6aaedd123065d146fee819d3d1f0e26433185c5b.tar.gz |
Synched with 1.9914.
Diffstat (limited to 'lisp/wid-browse.el')
-rw-r--r-- | lisp/wid-browse.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index 09a5a6617bd..cf98e2b3764 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el @@ -4,7 +4,7 @@ ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: extensions -;; Version: 1.9905 +;; Version: 1.9914 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ ;; This file is part of GNU Emacs. @@ -282,7 +282,7 @@ With arg, turn widget mode on if and only if arg is positive." (interactive "P") (cond ((null arg) (setq widget-minor-mode (not widget-minor-mode))) - ((<= 0 arg) + ((<= arg 0) (setq widget-minor-mode nil)) (t (setq widget-minor-mode t))) |