]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-vec.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / calc / calc-vec.el
index c7a3e716d614ebd4cfdead75a2438f627e5c3a60..c861c00e524dfdb4ce346477694f7bf87919f5fd 100644 (file)
@@ -1,9 +1,8 @@
 ;;; calc-vec.el --- vector functions for Calc
 
-;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1990-1993, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
 
 ;; This file is part of GNU Emacs.
 
@@ -1618,13 +1617,13 @@ of two matrices is a matrix."
            (if (not (or (equal math-expr-data math-rb-close)
                         (equal math-expr-data ")")
                         (eq math-exp-token 'end)))
-               (throw 'syntax "Expected ‘]’")))
+               (throw 'syntax "Expected `]'")))
        (if (equal math-expr-data ";")
            (let ((math-exp-keep-spaces space-sep))
              (setq vals (cons 'vec (math-read-matrix (list vals))))))
        (if (not (or (equal math-expr-data math-rb-close)
                     (eq math-exp-token 'end)))
-           (throw 'syntax "Expected ‘]’")))
+           (throw 'syntax "Expected `]'")))
       (or (eq math-exp-token 'end)
          (math-read-token))
       vals)))