# HG changeset patch # User Glenn Morris # Date 1281492893 25200 # Node ID d40bac543314c773053f02e1d0fd0a12788800ed # Parent 581430ee307c566b87adb4d681f566a48f7eee68 * lisp/emacs-lisp/pcase.el: Fix copyright header. diff -r 581430ee307c -r d40bac543314 lisp/emacs-lisp/pcase.el --- a/lisp/emacs-lisp/pcase.el Tue Aug 10 19:04:32 2010 -0400 +++ b/lisp/emacs-lisp/pcase.el Tue Aug 10 19:14:53 2010 -0700 @@ -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 @@ (pcase-u1 matches code vars then-rest) (pcase-u else-rest)))) (t (error "Unkown QPattern %s" qpat)))) - + (provide 'pcase) ;;; pcase.el ends here