1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

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.

View File

@ -1,5 +1,4 @@
;;; -*- lexical-binding: t -*-
;;; ielm.el --- interaction mode for Emacs Lisp
;;; ielm.el --- interaction mode for Emacs Lisp -*- lexical-binding: t -*-
;; Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc.

View File

@ -3,6 +3,7 @@
;; Copyright (C) 2014-2015 Free Software Foundation, Inc.
;; Author: Magnus Henoch <magnus.henoch@gmail.com>
;; Package: sasl
;; This file is part of GNU Emacs.