emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101045: * lisp/emacs-lisp/pcase.el:


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101045: * lisp/emacs-lisp/pcase.el: Fix copyright header.
Date: Tue, 10 Aug 2010 19:14:53 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101045
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-08-10 19:14:53 -0700
message:
  * lisp/emacs-lisp/pcase.el: Fix copyright header.
modified:
  lisp/emacs-lisp/pcase.el
=== modified file 'lisp/emacs-lisp/pcase.el'
--- a/lisp/emacs-lisp/pcase.el  2010-08-10 13:18:14 +0000
+++ b/lisp/emacs-lisp/pcase.el  2010-08-11 02:14:53 +0000
@@ -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 <address@hidden>
 ;; 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]