diff options
| author | Yuuki Harano | 2020-12-21 01:53:07 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2020-12-21 01:53:07 +0900 |
| commit | 565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42 (patch) | |
| tree | 5a25406b9f4ff091cb6856e857d2857bb3e631e4 /src/buffer.c | |
| parent | a44cd7c88121bb0e04bdf13d73e15f085cf3b085 (diff) | |
| parent | 87b82a1969edf80d3bd4781454ec9fc968773a6d (diff) | |
| download | emacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.tar.gz emacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4215acbf1df..dfc34faf6e6 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2814,7 +2814,7 @@ the normal hook `change-major-mode-hook'. */) | |||
| 2814 | 2814 | ||
| 2815 | /* Force mode-line redisplay. Useful here because all major mode | 2815 | /* Force mode-line redisplay. Useful here because all major mode |
| 2816 | commands call this function. */ | 2816 | commands call this function. */ |
| 2817 | update_mode_lines = 12; | 2817 | bset_update_mode_line (current_buffer); |
| 2818 | 2818 | ||
| 2819 | return Qnil; | 2819 | return Qnil; |
| 2820 | } | 2820 | } |