Mercurial > emacs
diff lisp/term/tvi970.el @ 49599:5ade352e8d1c
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 13:30:45 +0000 |
parents | b174db545cfd |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/lisp/term/tvi970.el Tue Feb 04 13:24:35 2003 +0000 +++ b/lisp/term/tvi970.el Tue Feb 04 13:30:45 2003 +0000 @@ -115,7 +115,7 @@ With a positive argument, select alternate keypad mode. With a negative argument, select numeric keypad mode." (interactive "P") - (setq tvi970-keypad-numeric + (setq tvi970-keypad-numeric (if (null arg) (not tvi970-keypad-numeric) (> (prefix-numeric-value arg) 0)))