I do this a lot (what a dare-devil),
and note a handful of usages in Emacs.
Maybe it can go in files.el?

(defun inhibit-backup-locally ()
  "Make `backup-inhibited' buffer-local and set it to t."
  (set (make-local-variable 'backup-inhibited) t))

_______________________________________________
gnu-emacs-sources mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to