1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Don't enable the mode just because file is loaded.

This commit is contained in:
Richard M. Stallman 1997-06-18 20:21:20 +00:00
parent b36c3da622
commit 9af289f9c2

View file

@ -176,10 +176,6 @@ after `show-paren-delay' seconds of Emacs idle time."
(and show-paren-overlay-1 (overlay-buffer show-paren-overlay-1)
(delete-overlay show-paren-overlay-1)))))))
;;; For back compatibility we turn ourselves on if we're dumped or loaded.
(add-hook 'window-setup-hook '(lambda () (show-paren-mode t)))
(show-paren-mode t)
(provide 'paren)
;;; paren.el ends here