diff options
| author | Lars Magne Ingebrigtsen | 2011-07-07 19:19:10 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-07 19:19:10 +0200 |
| commit | 9888ff71e38a45c471074bf270be90cd5280ec49 (patch) | |
| tree | af4c0d456286c8fb2004e6489e660144b048d765 /src/keymap.h | |
| parent | 54e101844312f87d5283db5fd078d0756264caa2 (diff) | |
| download | emacs-9888ff71e38a45c471074bf270be90cd5280ec49.tar.gz emacs-9888ff71e38a45c471074bf270be90cd5280ec49.zip | |
(describe_map_tree): Don't insert a double newline at the end of the string
Return whether we inserted something. This should allow the caller to
decide whether to insert more newlines or not.
Fixes: debbugs:1169
Diffstat (limited to 'src/keymap.h')
| -rw-r--r-- | src/keymap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keymap.h b/src/keymap.h index 2b9d58b39dc..2c826b64e1f 100644 --- a/src/keymap.h +++ b/src/keymap.h | |||
| @@ -36,8 +36,8 @@ EXFUN (Fcurrent_active_maps, 2); | |||
| 36 | extern Lisp_Object access_keymap (Lisp_Object, Lisp_Object, int, int, int); | 36 | extern Lisp_Object access_keymap (Lisp_Object, Lisp_Object, int, int, int); |
| 37 | extern Lisp_Object get_keymap (Lisp_Object, int, int); | 37 | extern Lisp_Object get_keymap (Lisp_Object, int, int); |
| 38 | EXFUN (Fset_keymap_parent, 2); | 38 | EXFUN (Fset_keymap_parent, 2); |
| 39 | extern void describe_map_tree (Lisp_Object, int, Lisp_Object, Lisp_Object, | 39 | extern int describe_map_tree (Lisp_Object, int, Lisp_Object, Lisp_Object, |
| 40 | const char *, int, int, int, int); | 40 | const char *, int, int, int, int); |
| 41 | extern int current_minor_maps (Lisp_Object **, Lisp_Object **); | 41 | extern int current_minor_maps (Lisp_Object **, Lisp_Object **); |
| 42 | extern void initial_define_key (Lisp_Object, int, const char *); | 42 | extern void initial_define_key (Lisp_Object, int, const char *); |
| 43 | extern void initial_define_lispy_key (Lisp_Object, const char *, const char *); | 43 | extern void initial_define_lispy_key (Lisp_Object, const char *, const char *); |