]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't enable the mode just because file is loaded.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 20:21:20 +0000 (20:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 20:21:20 +0000 (20:21 +0000)
lisp/paren.el

index 51b75388b83dfd78a1c2f6995876829e63cd4c03..f76037c919c35f5fc53c9105a12a8872bed52963 100644 (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