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

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

bug#4554: local variable for updating the time stamp on save


From: Stefan Monnier
Subject: bug#4554: local variable for updating the time stamp on save
Date: Thu, 24 Sep 2009 20:44:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> The defcustom `safe-local-eval-forms' contains
>     '((add-hook 'write-file-hooks 'time-stamp))

> but the documentation suggests using

>     (add-hook 'before-save-hook 'time-stamp)

> This patch adds the recommended form to `safe-local-eval-forms' as well:

Feel free to install this patch, thanks,


        Stefan





reply via email to

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