[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patches] Set log filename properly for ChangeLog.eglibc
- To: patches@xxxxxxxxxx
- Subject: [patches] Set log filename properly for ChangeLog.eglibc
- From: Jim Blandy <jimb@xxxxxxxxxxxxxxxx>
- Date: Tue, 23 Jan 2007 17:21:09 -0800
Any objections to placing the following magic in ChangeLog.eglibc?
With this, typing 'C-x 4 a' in Emacs in the ChangeLog.eglibc buffer
adds the new entry to the top of that file, not to ChangeLog.
Index: ChangeLog.eglibc
===================================================================
--- ChangeLog.eglibc (revision 160988)
+++ ChangeLog.eglibc (working copy)
@@ -263,3 +263,7 @@
* manual/errno.texi (error_print_progname): Remove space between
"error_print_progname" and ")".
+
+Local Variables:
+change-log-default-name: "ChangeLog.eglibc"
+End: