changeset 3976:87addb9e55f8

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 04 Jul 1993 17:41:56 +0000
parents 718280a1ba74
children bb696888ccb7
files lisp/paren.el
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/paren.el	Sun Jul 04 04:55:03 1993 +0000
+++ b/lisp/paren.el	Sun Jul 04 17:41:56 1993 +0000
@@ -1,6 +1,10 @@
 ;;; paren.el --- highlight matching paren.
 ;; Copyright (C) 1993 Free Software Foundation, Inc.
 
+;;; Author: rms@gnu.ai.mit.edu
+;;; Maintainer: FSF
+;;; Keywords: languages, faces
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -61,7 +65,10 @@
 				     255))))))
 	;; If they don't properly match, don't show.
 	(if mismatch
-	    (setq pos nil))))
+	    (progn
+	      (message "Paren mismatch")
+;;;	      (setq pos nil)
+	      ))))
     (cond (pos
 	   (if show-paren-overlay
 	       (move-overlay show-paren-overlay (- pos dir) pos)