]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/pcase.el
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / lisp / emacs-lisp / pcase.el
index eb2c7f002e885ec12b6a1fc389efb2b1c1d4479b..7f5a32c65bb60d29daaf6b74420cd7b5f8e0a932 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pcase.el --- ML-style pattern-matching macro for Elisp -*- lexical-binding: t; coding: utf-8 -*-
 
-;; Copyright (C) 2010-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
 ;; Keywords: