branch: master commit eebbaed28fe4eb8bfd938f1454e070b2c7bf1330 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* cl-lib.el: Clarify that it's a forward compatibility version --- packages/cl-lib/cl-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cl-lib/cl-lib.el b/packages/cl-lib/cl-lib.el index 421e0ac..0f05c3e 100644 --- a/packages/cl-lib/cl-lib.el +++ b/packages/cl-lib/cl-lib.el @@ -1,6 +1,6 @@ -;;; cl-lib.el --- Properly prefixed CL functions and macros -*- coding: utf-8 -*- +;;; cl-lib.el --- Forward cl-lib compatibility library for Emacs<24.3 -*- coding: utf-8 -*- -;; Copyright (C) 2012, 2013, 2014, 2017 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monn...@iro.umontreal.ca> ;; vcomment: Emacs-24.3's version is 1.0 so this has to stay below.