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

[commits] r3216 - in /trunk/libc: ChangeLog.eglibc option-groups.def



Author: jimb
Date: Mon Aug 20 14:10:34 2007
New Revision: 3216

Log:
* option-groups.def: Add Emacs local variables section to use
'config' commands as page boundaries.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/option-groups.def

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Mon Aug 20 14:10:34 2007
@@ -1,3 +1,8 @@
+2007-08-20  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
+
+	* option-groups.def: Add Emacs local variables section to use
+	'config' commands as page boundaries.
+
 2007-08-17  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
 
 	Implement the OPTION_EGLIBC_UTMP, OPTION_EGLIBC_UTMPX, and

Modified: trunk/libc/option-groups.def
==============================================================================
--- trunk/libc/option-groups.def (original)
+++ trunk/libc/option-groups.def Mon Aug 20 14:10:34 2007
@@ -545,3 +545,10 @@
         Furthermore, the compatibility regexp interface defined in the
         <regexp.h> header file, 'compile', 'step', and 'advance', is
         omitted.
+
+
+# This helps Emacs users browse this file using the page motion commands
+# and commands like 'pages-directory'.
+# Local Variables:
+# page-delimiter: "^config\\s-"
+# End: