]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Sun, 4 Jul 1993 17:41:56 +0000 (17:41 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 4 Jul 1993 17:41:56 +0000 (17:41 +0000)
lisp/paren.el

index 71b9a433d7844973451b20fb015cd5607dc91563..2cc049d77f96e150dd0d52757094a780beeae287 100644 (file)
@@ -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
                                     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)