/[emacs]/emacs/lisp/term/tvi970.el
ViewVC logotype

Diff of /emacs/lisp/term/tvi970.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by pj, Mon Jul 16 12:22:59 2001 UTC revision 1.8.8.1 by miles, Fri Apr 4 06:20:37 2003 UTC
# Line 115  With no argument, toggle between the two Line 115  With no argument, toggle between the two
115  With a positive argument, select alternate keypad mode.  With a positive argument, select alternate keypad mode.
116  With a negative argument, select numeric keypad mode."  With a negative argument, select numeric keypad mode."
117    (interactive "P")    (interactive "P")
118    (setq tvi970-keypad-numeric    (setq tvi970-keypad-numeric
119          (if (null arg)          (if (null arg)
120              (not tvi970-keypad-numeric)              (not tvi970-keypad-numeric)
121            (> (prefix-numeric-value arg) 0)))            (> (prefix-numeric-value arg) 0)))

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26