diff options
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 92a9b6fba49..d17a43e6408 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -2839,6 +2839,11 @@ decode_mode_spec (w, c, maxwidth) | |||
| 2839 | return "*"; | 2839 | return "*"; |
| 2840 | return "-"; | 2840 | return "-"; |
| 2841 | 2841 | ||
| 2842 | case '+': | ||
| 2843 | if (MODIFF > current_buffer->save_modified) | ||
| 2844 | return "*"; | ||
| 2845 | return "-"; | ||
| 2846 | |||
| 2842 | case 's': | 2847 | case 's': |
| 2843 | /* status of process */ | 2848 | /* status of process */ |
| 2844 | obj = Fget_buffer_process (Fcurrent_buffer ()); | 2849 | obj = Fget_buffer_process (Fcurrent_buffer ()); |