Mercurial > emacs
changeset 11572:09d49f6e0af9
(auto-fill-mode): Use force-mode-line-update.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 25 Apr 1995 22:26:16 +0000 |
parents | 771bd7ddd4cc |
children | 4ad650d4a65b |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Tue Apr 25 22:25:51 1995 +0000 +++ b/lisp/simple.el Tue Apr 25 22:26:16 1995 +0000 @@ -2320,8 +2320,7 @@ (> (prefix-numeric-value arg) 0)) 'do-auto-fill nil)) - ;; update mode-line - (set-buffer-modified-p (buffer-modified-p)))) + (force-mode-line-update))) ;; This holds a document string used to document auto-fill-mode. (defun auto-fill-function ()