Function: verilog-restore-buffer-modified-p

verilog-restore-buffer-modified-p is a function alias for restore-buffer-modified-p, defined in buffer.c.

Signature

(verilog-restore-buffer-modified-p FLAG)

Documentation

Like set-buffer-modified-p, but doesn't redisplay buffer's mode line.

A nil FLAG means to mark the buffer as unmodified. A non-nil FLAG means mark the buffer as modified. A special value of autosaved will mark the buffer as modified and also as autosaved since it was last modified.

This function also locks or unlocks the file visited by the buffer, if both buffer-file-truename and buffer-file-name(var)/buffer-file-name(fun) are non-nil.

It is not ensured that mode lines will be updated to show the modified state of the current buffer. Use with care.

Aliases

verilog-restore-buffer-modified-p