NextPrevUpTopContentsIndex

12.8.13 Syntax of editor variable names

Editor variable names are now symbols rather than strings. For example, where you previously used:

(editor:variable-value "Add Newline At Eof On Writing File")

you should now use:

(editor:variable-value 'editor:add-newline-at-eof-on-writing-file)
LispWorks Release Notes and Installation Guide - 18 Mar 2008

NextPrevUpTopContentsIndex