diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -848,10 +848,9 @@ Otherwise, return a new string, without any text properties. */) | |||
| 848 | struct buffer *oldbuf; | 848 | struct buffer *oldbuf; |
| 849 | ptrdiff_t start_idx; | 849 | ptrdiff_t start_idx; |
| 850 | /* This is for computing the SHADOWS arg for describe_map_tree. */ | 850 | /* This is for computing the SHADOWS arg for describe_map_tree. */ |
| 851 | Lisp_Object active_maps; | 851 | Lisp_Object active_maps = Fcurrent_active_maps (Qnil, Qnil); |
| 852 | Lisp_Object earlier_maps; | 852 | Lisp_Object earlier_maps; |
| 853 | 853 | ||
| 854 | active_maps = Fcurrent_active_maps (Qnil, Qnil); | ||
| 855 | changed = 1; | 854 | changed = 1; |
| 856 | strp += 2; /* skip \{ or \< */ | 855 | strp += 2; /* skip \{ or \< */ |
| 857 | start = strp; | 856 | start = strp; |