aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-06-18 20:21:20 +0000
committerRichard M. Stallman <[email protected]>1997-06-18 20:21:20 +0000
commit9af289f9c2fffdb85003cbaf3e890b9cb911b4e5 (patch)
treebfaf96868df47f8b9e2b3f41849834411a2e0a77 /lisp
parentb36c3da6229d4e1636703c75dc93b7ca86aecacd (diff)
Don't enable the mode just because file is loaded.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/paren.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/paren.el b/lisp/paren.el
index 51b75388b8..f76037c919 100644
--- a/lisp/paren.el
+++ b/lisp/paren.el
@@ -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