diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-12-03 15:27:21 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-12-03 16:13:57 +0000 |
commit | 1e1aabbc0931b96d6749839c0d25a23377e3a45b (patch) | |
tree | ad05d9e24c9effbbeda7ffb7b274a62f814366fb /lisp | |
parent | 50dce3c4225384cc3705bee4f8e55939f0885f73 (diff) | |
download | emacs-1e1aabbc0931b96d6749839c0d25a23377e3a45b.tar.gz |
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.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-preloaded.el | 1 | ||||
-rw-r--r-- | lisp/emacs-lisp/eieio-compat.el | 1 | ||||
-rw-r--r-- | lisp/ielm.el | 3 | ||||
-rw-r--r-- | lisp/net/sasl-scram-rfc.el | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-preloaded.el b/lisp/emacs-lisp/cl-preloaded.el index 03480b2756b..4fc271b34ce 100644 --- a/lisp/emacs-lisp/cl-preloaded.el +++ b/lisp/emacs-lisp/cl-preloaded.el @@ -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. diff --git a/lisp/emacs-lisp/eieio-compat.el b/lisp/emacs-lisp/eieio-compat.el index 06e65b9df80..641d6572592 100644 --- a/lisp/emacs-lisp/eieio-compat.el +++ b/lisp/emacs-lisp/eieio-compat.el @@ -4,6 +4,7 @@ ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: OO, lisp +;; Package: eieio ;; This file is part of GNU Emacs. diff --git a/lisp/ielm.el b/lisp/ielm.el index b0354321656..2c5613af466 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -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. diff --git a/lisp/net/sasl-scram-rfc.el b/lisp/net/sasl-scram-rfc.el index 18d7a6bfa18..34d6ddbd679 100644 --- a/lisp/net/sasl-scram-rfc.el +++ b/lisp/net/sasl-scram-rfc.el @@ -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. |