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 [emacs-unicode-


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/tpu-edt.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 01:48:32 -0500

Index: emacs/lisp/emulation/tpu-edt.el
diff -c emacs/lisp/emulation/tpu-edt.el:1.34.6.1 
emacs/lisp/emulation/tpu-edt.el:1.34.6.2
*** emacs/lisp/emulation/tpu-edt.el:1.34.6.1    Fri Apr 16 12:50:14 2004
--- emacs/lisp/emulation/tpu-edt.el     Wed Dec  8 05:02:28 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]