]> git.eshelyaron.com Git - emacs.git/commitdiff
Add before-save-hook to man page files
authorStefan Kangas <stefankangas@gmail.com>
Sat, 22 Jun 2024 14:52:18 +0000 (16:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 22 Jun 2024 15:42:06 +0000 (17:42 +0200)
* doc/man/ebrowse.1:
* doc/man/emacs.1.in:
* doc/man/emacsclient.1:
* doc/man/etags.1: Add 'before-save-hook' that runs 'time-stamp' to
local variables.

(cherry picked from commit 3f3c08bcc7693c309f42bf6a2445bbfd733808a8)

doc/man/emacs.1.in
doc/man/emacsclient.1
doc/man/etags.1

index d26bf944a34437543645bc3420b8a40ad96fa3dc..b478b5196eedcc549ad742dadcac95694c759e1a 100644 (file)
@@ -682,6 +682,7 @@ in a translation approved by the Free Software Foundation.
 .
 
 .\" Local Variables:
+.\" eval: (add-hook 'before-save-hook 'time-stamp nil t)
 .\" time-stamp-pattern: "3/.TH EMACS 1 \"%Y-%02m-%02d\" \"GNU Emacs @version@\" \"GNU\"$"
 .\" time-stamp-time-zone: "UTC0"
 .\" End:
index 55c58a67323fcbb5cf14875051c2b668fdc27e09..f5c9918be85ed015851880e4e1da736b26acad3d 100644 (file)
@@ -193,6 +193,7 @@ specific to that system.
 This manual page is in the public domain.
 
 .\" Local Variables:
+.\" eval: (add-hook 'before-save-hook 'time-stamp nil t)
 .\" time-stamp-pattern: "3/.TH EMACSCLIENT 1 \"%Y-%02m-%02d\" \"GNU Emacs\" \"GNU\"$"
 .\" time-stamp-time-zone: "UTC0"
 .\" End:
index 55e38e08f2baff913874d291604f01074897ec20..c567c51d7effae884e292f1aec23cdef8fd6399e 100644 (file)
@@ -307,6 +307,7 @@ modified versions, except that this permission notice may be stated
 in a translation approved by the Free Software Foundation.
 
 .\" Local Variables:
+.\" eval: (add-hook 'before-save-hook 'time-stamp nil t)
 .\" time-stamp-pattern: "3/.TH ETAGS 1 \"%Y-%02m-%02d\" \"GNU Tools\" \"GNU\"$"
 .\" time-stamp-time-zone: "UTC0"
 .\" End: