Mercurial > hg > xemacs-beta
diff lisp/custom/wid-browse.el @ 161:28f395d8dc7a r20-3b7
Import from CVS: tag r20-3b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:42:26 +0200 |
parents | 6b37e6ddd302 |
children | 0132846995bd |
line wrap: on
line diff
--- a/lisp/custom/wid-browse.el Mon Aug 13 09:41:47 2007 +0200 +++ b/lisp/custom/wid-browse.el Mon Aug 13 09:42:26 2007 +0200 @@ -4,7 +4,7 @@ ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: extensions -;; Version: 1.9908 +;; Version: 1.9916 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ ;; This file is part of GNU Emacs. @@ -282,7 +282,7 @@ (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)))