Next: , Previous: , Up: Modifying Buffers   [Index]


7.4.6.4 not-modified

This command marks the current buffer as unmodified, and not needing to be saved.

If ARG is non-‘nil’, it marks the buffer as modified, so that it will be saved at the next suitable occasion.

Don’t use this function in programs, since it prints a message in the echo area; use set-buffer-modified-p (above) instead.