diff options
| -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'." | |||
| 230 | (widen) | 230 | (widen) |
| 231 | (remove-list-of-text-properties (point-min) (point-max) | 231 | (remove-list-of-text-properties (point-min) (point-max) |
| 232 | '(font-lock-face))) | 232 | '(font-lock-face))) |
| 233 | (set-buffer-modified-p modp))) | 233 | (restore-buffer-modified-p modp))) |
| 234 | 234 | ||
| 235 | (defun font-lock-default-function (mode) | 235 | (defun font-lock-default-function (mode) |
| 236 | ;; Turn on Font Lock mode. | 236 | ;; Turn on Font Lock mode. |