]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/pcase.el
package.el (package--append-to-alist): Renamed from `add-to-alist'
[gnu-emacs] / lisp / emacs-lisp / pcase.el
index 753cd3005e637d2c1b9ec3be52d044f63a32b3e7..b495793bee02dad7540dfef1bf3294bc50e8ae83 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pcase.el --- ML-style pattern-matching macro for Elisp -*- lexical-binding: t; coding: utf-8 -*-
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
 ;; Keywords: