Question:
How do you embed emacs commands inside a file (so they are
automatically executed when emacs is used to edit that file)?
Answer:
From Schlake, Wed Dec 6 09:59:35 1995
If it has comments, use this (change ; to the comment character);;; Local Variables:
;;; backup-by-copying: t
;;; backup-by-copying-when-linked: t
;;; End: