]> code.delx.au - gnu-emacs/commitdiff
Fix some file headers for the purpose of `package--builtins'
authorArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 3 Dec 2015 15:27:21 +0000 (15:27 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 3 Dec 2015 16:13:57 +0000 (16:13 +0000)
* 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.

lisp/emacs-lisp/cl-preloaded.el
lisp/emacs-lisp/eieio-compat.el
lisp/ielm.el
lisp/net/sasl-scram-rfc.el

index 03480b2756bdf590b37fc196a7a27fdc4ad83779..4fc271b34ce7841d34fa4f3c2307c62726a55d33 100644 (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.
 
index 06e65b9df8066897aca6eadaf4f0f8018bc9d975..641d65725922e4ee2aa4e3e95e497889fb452b02 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: OO, lisp
+;; Package: eieio
 
 ;; This file is part of GNU Emacs.
 
index b035432165615232d74a3a10c822a5d1a92d8601..2c5613af466f5abb8bd77b32fa6ec026cb4e40ce 100644 (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.
 
index 18d7a6bfa18a4845128950b1b4d2c04d0efa9048..34d6ddbd679179c5f87d6df98f8cea84eb13fa4f 100644 (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.