bug#74661: [PATCH] Make time-stamp after-save-hooks buffer-local.

2024-12-03 Thread Karl Berry
Hi Collin - looks fine to me. Applied. Thank you for updating the timestamps and providing the ChangeLog entry. --happy hacking, karl.

bug#74661: [PATCH] Make time-stamp after-save-hooks buffer-local.

2024-12-02 Thread Collin Funk
Hi, I applied a similar patch like this to Gnulib a while ago. Basically, the use of this in files: # eval: (add-hook 'before-save-hook 'time-stamp) modifies the global before-save-hook for Emacs, i.e. even after closing the file. This caused some annoyance because it wouldn't work with thi