]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-do-alg-entry): Use
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Nov 2001 07:27:27 +0000 (07:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Nov 2001 07:27:27 +0000 (07:27 +0000)
`blink-paren-function' instead of `blink-paren-hook'.

lisp/calc/calc-aent.el

index 4441989603fe1744d75da19d1c72dfa431190924..bceb1f68a04a73278ddcb8f5e0b51561327aff2f 100644 (file)
@@ -1,5 +1,5 @@
 ;; Calculator for GNU Emacs, part I [calc-aent.el]
-;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
 ;; Written by Dave Gillespie, daveg@synaptics.com.
 
 ;; This file is part of GNU Emacs.
 
 (defun calc-do-alg-entry (&optional initial prompt no-normalize)
   (let* ((calc-buffer (current-buffer))
-        (blink-paren-hook 'calcAlg-blink-matching-open)
+        (blink-paren-function 'calcAlg-blink-matching-open)
         (alg-exp 'error))
     (if (boundp 'calc-alg-ent-map)
        ()