summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-08-20 21:10:34 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-08-20 21:10:34 +0000
commit92adad619222374ea22126bc6786d344df1c6ae0 (patch)
tree252411b647edacb08800a86e80c4758b89c4cc05
parentea7f5cc64354d6a83ba39b11403884748760c2db (diff)
* option-groups.def: Add Emacs local variables section to use
'config' commands as page boundaries. git-svn-id: svn://svn.eglibc.org/trunk@3216 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-rw-r--r--libc/ChangeLog.eglibc5
-rw-r--r--libc/option-groups.def7
2 files changed, 12 insertions, 0 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index f452f206f..1b5a74db3 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,3 +1,8 @@
+2007-08-20 Jim Blandy <jimb@codesourcery.com>
+
+ * option-groups.def: Add Emacs local variables section to use
+ 'config' commands as page boundaries.
+
2007-08-17 Jim Blandy <jimb@codesourcery.com>
Implement the OPTION_EGLIBC_UTMP, OPTION_EGLIBC_UTMPX, and
diff --git a/libc/option-groups.def b/libc/option-groups.def
index b2e963c9a..1eeef384d 100644
--- a/libc/option-groups.def
+++ b/libc/option-groups.def
@@ -545,3 +545,10 @@ config OPTION_POSIX_REGEXP
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: