Function: verilog-restore-buffer-modified-p
verilog-restore-buffer-modified-p is a 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.
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.