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/ielm.el | |
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/ielm.el')
-rw-r--r-- | lisp/ielm.el | 3 |
1 files changed, 1 insertions, 2 deletions
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. |