Fix some file headers for the purpose of `package--builtins'

* lisp/emacs-lisp/cl-preloaded.el
* lisp/emacs-lisp/eieio-compat.el
* lisp/net/sasl-scram-rfc.el: Add a "Package:" header

* lisp/ielm.el: Fix summary line.
This commit is contained in:
Artur Malabarba 2015-12-03 15:27:21 +00:00
parent 50dce3c422
commit 1e1aabbc09
4 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@
;; Copyright (C) 2015 Free Software Foundation, Inc
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
;; Package: emacs
;; This file is part of GNU Emacs.

View file

@ -4,6 +4,7 @@
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: OO, lisp
;; Package: eieio
;; This file is part of GNU Emacs.