diff options
author | Glenn Morris <rgm@gnu.org> | 2010-08-10 19:14:53 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-08-10 19:14:53 -0700 |
commit | 97eedd1b1f3b5a3b9863093f297334c3668e4e83 (patch) | |
tree | a529733300fa65d852cee47bfaeecfc73c8e214d /lisp/emacs-lisp/pcase.el | |
parent | 3bd2cfef67d5eaf65a50ccc54a1f70a5328cc8d1 (diff) | |
download | emacs-97eedd1b1f3b5a3b9863093f297334c3668e4e83.tar.gz |
* lisp/emacs-lisp/pcase.el: Fix copyright header.
Diffstat (limited to 'lisp/emacs-lisp/pcase.el')
-rw-r--r-- | lisp/emacs-lisp/pcase.el | 4 |
1 files 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 <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 |