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


7.4.6.7 with-silent-modifications

Sometimes there’s a need for modifying buffer in a way that doesn’t really change its text, like if only its text properties are changed. If your program needs to modify a buffer without triggering any hooks and features that react to buffer modifications, use the with-silent-modifications macro.