* Editor variables can now define a procedure that will "normalize"
authorChris Hanson <org/chris-hanson/cph>
Thu, 14 Oct 1993 22:43:35 +0000 (22:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 14 Oct 1993 22:43:35 +0000 (22:43 +0000)
commit7418e79a7ab2843761ba830624e8a7d04eb4e8fd
tree4aa4e670ae143a493fd563a80dc5759077a2487b
parent5cfd33f6e7296ccf24d9da1e6da8244120be1846
* Editor variables can now define a procedure that will "normalize"
  their values.  The DEFINE-VARIABLE has been extended to allow the
  specification of this normalization procedure to follow the
  specification of a validity test.

* New procedure VARIABLE-LOCAL-VALUE? is true iff the given variable
  is locally bound in the given buffer.

* Procedure VARIABLE-VALUE-VALID? has been eliminated.
v7/src/edwin/buffer.scm
v7/src/edwin/comman.scm
v7/src/edwin/hlpcom.scm
v7/src/edwin/macros.scm