]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-defontify): Use restore-buffer-modified-p.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:56:49 +0000 (21:56 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:56:49 +0000 (21:56 +0000)
lisp/font-core.el

index c2c95bfe8a00bf7d10338621c48a8885f1542091..fb1fe943e03d536a875e59b8880ea6e96f30cb62 100644 (file)
@@ -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.