]> code.delx.au - gnu-emacs/blobdiff - lisp/term/tvi970.el
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25
[gnu-emacs] / lisp / term / tvi970.el
index 200ba315534d52c19d01113423a0ff015e6ba22b..425ac200927d0f26d59ab753ad034a60a36cb455 100644 (file)
@@ -115,7 +115,7 @@ With no argument, toggle between the two possible modes.
 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)))
@@ -123,4 +123,5 @@ With a negative argument, select numeric keypad mode."
 
 (tvi970-set-keypad-mode 1)
 
-;;; tv970 ends here
+;;; arch-tag: c1334cf0-1462-41c3-a963-c077d175f8f0
+;;; tvi970.el ends here