Mercurial > emacs
changeset 49692:1713a3efdd23
(font-lock-defontify): Use restore-buffer-modified-p.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 10 Feb 2003 21:56:49 +0000 |
parents | 0eed24634607 |
children | ae8bfbc6d9ef |
files | lisp/font-core.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-core.el Mon Feb 10 21:54:08 2003 +0000 +++ b/lisp/font-core.el Mon Feb 10 21:56:49 2003 +0000 @@ -230,7 +230,7 @@ (widen) (remove-list-of-text-properties (point-min) (point-max) '(font-lock-face))) - (set-buffer-modified-p modp))) + (restore-buffer-modified-p modp))) (defun font-lock-default-function (mode) ;; Turn on Font Lock mode.