Mercurial > emacs
changeset 39702:ca47b878d8ab
current-active-maps: quote newlines
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 08 Oct 2001 13:33:20 +0000 |
parents | 28f0aac9eea9 |
children | a093c43d935c |
files | src/ChangeLog src/keymap.c |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <sds@gnu.org> + + * keymap.c (current-active-maps): Quote newlines (compilation error). + 2001-10-08 Eli Zaretskii <eliz@is.elta.co.il> * Makefile.in (lisp, shortlisp): Replace bindings.el with
--- 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;