This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[LTO]: Add Emacs local variables to ease adding ChangeLog.lto entries


I've committed the following change to ChangeLog.lto.  This makes
Emacs's 'add-change-log-entry-other-window' keybinding add entries to
ChangeLog.lto when invoked in ChangeLog.lto, which makes things a bit
more comfortable.

Index: gcc/ChangeLog.lto
===================================================================
--- gcc/ChangeLog.lto	(revision 127591)
+++ gcc/ChangeLog.lto	(working copy)
@@ -166,3 +166,7 @@
 	* lto-tree-tags.def (FIX_CEIL_EXPR, FIX_FLOOR_EXPR,
 	FIX_ROUND_EXPR): Removed dead tree types.
 	
+
+Local Variables:
+change-log-default-name: "ChangeLog.lto"
+End:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]