emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/tpu-edt.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/tpu-edt.el
Date: Mon, 29 Nov 2004 18:29:35 -0500

Index: emacs/lisp/emulation/tpu-edt.el
diff -c emacs/lisp/emulation/tpu-edt.el:1.36 
emacs/lisp/emulation/tpu-edt.el:1.37
*** emacs/lisp/emulation/tpu-edt.el:1.36        Sun Feb 29 23:10:58 2004
--- emacs/lisp/emulation/tpu-edt.el     Mon Nov 29 23:22:37 2004
***************
*** 844,850 ****
  ;;;
  ;;;  Help
  ;;;
! (defconst tpu-help-keypad-map "\f
            _______________________    _______________________________
           | HELP  |      Do       |  |       |       |       |       |
           |KeyDefs|               |  |       |       |       |       |
--- 844,850 ----
  ;;;
  ;;;  Help
  ;;;
! (defvar tpu-help-keypad-map "\f
            _______________________    _______________________________
           | HELP  |      Do       |  |       |       |       |       |
           |KeyDefs|               |  |       |       |       |       |
***************
*** 867,873 ****
                                      |_______________|_______|_______|
  ")
  
! (defconst tpu-help-text "
  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\f
  
        Control Characters
--- 867,873 ----
                                      |_______________|_______|_______|
  ")
  
! (defvar tpu-help-text "
  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\f
  
        Control Characters
***************
*** 1706,1714 ****
  ;;;
  ;;;  Movement by word
  ;;;
! (defconst tpu-word-separator-list '()
    "List of additional word separators.")
! (defconst tpu-skip-chars "^ \t"
    "Characters to skip when moving by word.
  Additional word separators are added to this string.")
  
--- 1706,1714 ----
  ;;;
  ;;;  Movement by word
  ;;;
! (defvar tpu-word-separator-list '()
    "List of additional word separators.")
! (defvar tpu-skip-chars "^ \t"
    "Characters to skip when moving by word.
  Additional word separators are added to this string.")
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]