# HG changeset patch # User Sam Steingold # Date 1002548000 0 # Node ID ca47b878d8ab4e95793e1e131c49ba780c951360 # Parent 28f0aac9eea930e8b8cc9a65a9b5ae5646560aa4 current-active-maps: quote newlines diff -r 28f0aac9eea9 -r ca47b878d8ab src/ChangeLog --- a/src/ChangeLog Mon Oct 08 11:46:44 2001 +0000 +++ b/src/ChangeLog Mon Oct 08 13:33:20 2001 +0000 @@ -1,3 +1,7 @@ +2001-10-08 Sam Steingold + + * keymap.c (current-active-maps): Quote newlines (compilation error). + 2001-10-08 Eli Zaretskii * Makefile.in (lisp, shortlisp): Replace bindings.el with diff -r 28f0aac9eea9 -r ca47b878d8ab src/keymap.c --- a/src/keymap.c Mon Oct 08 11:46:44 2001 +0000 +++ b/src/keymap.c Mon Oct 08 13:33:20 2001 +0000 @@ -1254,8 +1254,8 @@ DEFUN ("current-active-maps", Fcurrent_active_maps, Scurrent_active_maps, 0, 1, 0, - "Return a list of the currently active keymaps. -OLP if non-nil indicates that we should obey `overriding-local-map' and + "Return a list of the currently active keymaps.\n\ +OLP if non-nil indicates that we should obey `overriding-local-map' and\n\ `overriding-terminal-local-map'.") (olp) Lisp_Object olp;