From: Glenn Morris Date: Wed, 11 Aug 2010 02:14:53 +0000 (-0700) Subject: * lisp/emacs-lisp/pcase.el: Fix copyright header. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97eedd1b1f3b5a3b9863093f297334c3668e4e83;p=emacs.git * lisp/emacs-lisp/pcase.el: Fix copyright header. --- 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