emacs-devel
[Top][All Lists]
Advanced

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

defconst in tpu-edt.el


From: Luc Teirlinck
Subject: defconst in tpu-edt.el
Date: Sun, 14 Nov 2004 12:50:23 -0600 (CST)

The patch below changes the two defconst's that produce compiler
warnings in tpu-edt to defvars.  The defconsts for tpu-version,
tpu-emacs19-p and tpu-lucid-emacs19-p might be legitimate.  I believe
that, in addition to the two defconst's changed in the patch, the
defconst's for tpu-help-keypad-map and tpu-help-text are dubious, but
I hope that the author can take a look at those two.

===File ~/tpu-edt.el-diff===================================
*** tpu-edt.el  29 Feb 2004 17:58:53 -0600      1.36
--- tpu-edt.el  14 Nov 2004 09:55:29 -0600      
***************
*** 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]