Skip to content
  • Robert Strandh's avatar
    Modified the buffer protocol to contain a modification flag, and · 0fd86f56
    Robert Strandh authored
    implemented the modification.  Updated the documentation.
    
    Added a flag to the climacs-buffer indicating whether the buffer needs
    saving.  This is different from the modification flag, which is only
    valid during one iteration of the command loop.  The needs-saving flag
    checks the modification flag, though, after each command execution.
    0fd86f56