changeset 109743:d40bac543314

* lisp/emacs-lisp/pcase.el: Fix copyright header.
author Glenn Morris <rgm@gnu.org>
date Tue, 10 Aug 2010 19:14:53 -0700
parents 581430ee307c
children fdbd24f8d999 c668f865de6b
files lisp/emacs-lisp/pcase.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca>
 ;; 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