On 08.01.2017 00:20, npost...@users.sourceforge.net wrote:
-            (inhibit-modification-hooks t))
+            (inhibit-modification-hooks
+             (progn (make-local-variable 'inhibit-modification-hooks) t)))

Are we not worried that inhibit-modificaiton-hooks will become buffer-local even after control flow leaves this let*?

If we are not, why not make inhibit-modification-hooks always buffer-local instead?



Reply via email to