diff options
| -rw-r--r-- | lib/scomint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scomint.el b/lib/scomint.el index 850c0c65..bad570c8 100644 --- a/lib/scomint.el +++ b/lib/scomint.el @@ -69,7 +69,7 @@ Entry to this mode runs the hooks on `scomint-mode-hook'." (set (make-local-variable 'scomint-last-input-start) (point-min-marker)) (set (make-local-variable 'scomint-last-input-end) (point-min-marker)) (set (make-local-variable 'scomint-last-output-start) (make-marker)) - (set (make-local-variable 'window-point-insertion-type) t) + (set (make-local-variable 'window-point-insertion-type) t) ; Emacs 23-ism? (make-local-variable 'font-lock-defaults) (setq font-lock-defaults '(nil t)) (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) |
