From 97eedd1b1f3b5a3b9863093f297334c3668e4e83 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Aug 2010 19:14:53 -0700 Subject: [PATCH] * lisp/emacs-lisp/pcase.el: Fix copyright header. --- lisp/emacs-lisp/pcase.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el index 03d760b2df5..0b46eb2a301 100644 --- a/lisp/emacs-lisp/pcase.el +++ b/lisp/emacs-lisp/pcase.el @@ -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 ;; 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 -- 2.39.2