]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/pcase.el: Fix copyright header.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 Aug 2010 02:14:53 +0000 (19:14 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 Aug 2010 02:14:53 +0000 (19:14 -0700)
lisp/emacs-lisp/pcase.el

index 03d760b2df53c4e170aca083d1df079e3dec6a8a..0b46eb2a3019e4b18224d84bca266f97c105d98a 100644 (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