From 0c4d9527dd66841f3c42f0405dc0f70415618e19 Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Mon, 8 Oct 2001 13:33:20 +0000 Subject: [PATCH] current-active-maps: quote newlines --- src/ChangeLog | 4 ++++ src/keymap.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3bc2cbefc9f..765c9eb3757 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/keymap.c b/src/keymap.c index d4f23bb3dab..e41af212eb0 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1254,8 +1254,8 @@ current_minor_maps (modeptr, mapptr) 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; -- 2.39.2