gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inhibit-backup-locally


From: Thien-Thi Nguyen
Subject: inhibit-backup-locally
Date: Thu, 19 Jan 2012 11:01:31 +0100

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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]