]> code.delx.au - gnu-emacs/blobdiff - lisp/wid-browse.el
(input-method-exit-on-first-char):
[gnu-emacs] / lisp / wid-browse.el
index 09a5a6617bd9718e6a50cb29b5f4fd0c13d9ffff..cf98e2b3764a332f92dc94dac557b4c87b660edc 100644 (file)
@@ -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)))