comparison lisp/emacs-lisp/pcase.el @ 112275:6378d1b57038

Add 2011 to remaining FSF/AIST copyright years.
author Glenn Morris <rgm@gnu.org>
date Sat, 15 Jan 2011 14:10:37 -0800
parents 31c8556ccad8
children
comparison
equal deleted inserted replaced
112274:60871b0684c4 112275:6378d1b57038
1 ;;; pcase.el --- ML-style pattern-matching macro for Elisp 1 ;;; pcase.el --- ML-style pattern-matching macro for Elisp
2 2
3 ;; Copyright (C) 2010 Free Software Foundation, Inc. 3 ;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
6 ;; Keywords: 6 ;; Keywords:
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.