1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00: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