]> git.eshelyaron.com Git - emacs.git/commitdiff
current-active-maps: quote newlines
authorSam Steingold <sds@gnu.org>
Mon, 8 Oct 2001 13:33:20 +0000 (13:33 +0000)
committerSam Steingold <sds@gnu.org>
Mon, 8 Oct 2001 13:33:20 +0000 (13:33 +0000)
src/ChangeLog
src/keymap.c

index 3bc2cbefc9f681ecd71fef81ea0759100405c0f6..765c9eb3757205fa9e5b0abf6754b16cc89bfe8c 100644 (file)
@@ -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
index d4f23bb3dab1dd5cba25bab37440cf217ef87eec..e41af212eb024d7222a30a73d8a0b1cb569a4c7a 100644 (file)
@@ -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;