+2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
+
+ * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
+ (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
+
2004-11-29 Jay Belanger <belanger@truman.edu>
* calc/calc-arith.el (math-pow-of-zero): Take into account different
* replace.el (occur-next-error): switch to the Occur buffer when
appropriate, and use the exclusive filter to
next-error-find-buffer to do it. Use the absolute value of the
- motion amount.
+ motion amount.
2004-11-29 Kenichi Handa <handa@m17n.org>
;;;
;;; Help
;;;
-(defconst tpu-help-keypad-map "\f
+(defvar tpu-help-keypad-map "\f
_______________________ _______________________________
| HELP | Do | | | | | |
|KeyDefs| | | | | | |
|_______________|_______|_______|
")
-(defconst tpu-help-text "
+(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
;;;
;;; Movement by word
;;;
-(defconst tpu-word-separator-list '()
+(defvar tpu-word-separator-list '()
"List of additional word separators.")
-(defconst tpu-skip-chars "^ \t"
+(defvar tpu-skip-chars "^ \t"
"Characters to skip when moving by word.
Additional word separators are added to this string.")