diff options
author | K. Handa <handa@gnu.org> | 2016-01-14 21:55:43 +0900 |
---|---|---|
committer | K. Handa <handa@gnu.org> | 2016-01-14 21:55:43 +0900 |
commit | 641a3472ef245157ebcb2114f2d608cb3cb401a7 (patch) | |
tree | 85e524c8d12caca29588382205f536b2008edc55 /lisp/emacs-lisp/cl-lib.el | |
parent | 9835757013569673854b692ccbb58bfb3c3ed1f7 (diff) | |
parent | ee83b77f5ddede0fed518d0c23cf0ae38ce5b745 (diff) | |
download | emacs-641a3472ef245157ebcb2114f2d608cb3cb401a7.tar.gz emacs-641a3472ef245157ebcb2114f2d608cb3cb401a7.tar.bz2 emacs-641a3472ef245157ebcb2114f2d608cb3cb401a7.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp/cl-lib.el')
-rw-r--r-- | lisp/emacs-lisp/cl-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el index 2dd05192019..4609505b451 100644 --- a/lisp/emacs-lisp/cl-lib.el +++ b/lisp/emacs-lisp/cl-lib.el @@ -1,6 +1,6 @@ ;;; cl-lib.el --- Common Lisp extensions for Emacs -*- lexical-binding: t -*- -;; Copyright (C) 1993, 2001-2015 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2001-2016 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 1.0 |