]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't toggle on window-setup-hook.
authorSimon Marshall <simon@gnu.org>
Wed, 28 Feb 1996 12:17:10 +0000 (12:17 +0000)
committerSimon Marshall <simon@gnu.org>
Wed, 28 Feb 1996 12:17:10 +0000 (12:17 +0000)
lisp/paren.el

index cad0116fa7197bb06a75eb25f2acc5832ec80c20..810fa691980cb2bf14e7f59250d07d43086bbde2 100644 (file)
@@ -160,7 +160,7 @@ after `show-paren-delay' seconds of Emacs idle time."
                    (delete-overlay show-paren-overlay-1)))))))
 
 ;;; For back compatibility we turn ourselves on if we're dumped or loaded.
-(add-hook 'window-setup-hook 'show-paren-mode)
+(add-hook 'window-setup-hook '(lambda () (show-paren-mode t)))
 (show-paren-mode t)
 
 (provide 'paren)