diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-02-10 21:56:49 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-02-10 21:56:49 +0000 |
commit | bb125ff0bf3a9e695d0d686aa81ec57779329374 (patch) | |
tree | 3653ed82ad3608faee1e0e32c51fd1f7aad72dd3 /lisp/font-core.el | |
parent | 1e28f647a7f3b9bc164713cd972ae14a9429caff (diff) | |
download | emacs-bb125ff0bf3a9e695d0d686aa81ec57779329374.tar.gz |
(font-lock-defontify): Use restore-buffer-modified-p.
Diffstat (limited to 'lisp/font-core.el')
-rw-r--r-- | lisp/font-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el index c2c95bfe8a0..fb1fe943e03 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -230,7 +230,7 @@ this function onto `change-major-mode-hook'." (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. |