* lisp/emacs-lisp/pcase.el: Fix copyright header.
This commit is contained in:
parent
3bd2cfef67
commit
97eedd1b1f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue