all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* defconst in tpu-edt.el
@ 2004-11-14 18:50 Luc Teirlinck
  2004-11-29 23:03 ` Rob Riepel
  0 siblings, 1 reply; 3+ messages in thread
From: Luc Teirlinck @ 2004-11-14 18:50 UTC (permalink / raw)
  Cc: emacs-devel

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.")
  
============================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-29 23:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-14 18:50 defconst in tpu-edt.el Luc Teirlinck
2004-11-29 23:03 ` Rob Riepel
2004-11-29 23:26   ` Luc Teirlinck

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.