* lisp/emacs-lisp/pcase.el: Fix copyright header.

This commit is contained in:
Glenn Morris 2010-08-10 19:14:53 -07:00
parent 3bd2cfef67
commit 97eedd1b1f

View file

@ -1,6 +1,6 @@
;;; pcase.el --- ML-style pattern-matching macro for Elisp
;; Copyright (C) 2010 Stefan Monnier
;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
;; Keywords:
@ -483,7 +483,7 @@ and if not, defers to REST which is a list of branches of the form
(pcase-u1 matches code vars then-rest)
(pcase-u else-rest))))
(t (error "Unkown QPattern %s" qpat))))
(provide 'pcase)
;;; pcase.el ends here