emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 1e1aabb 3/3: Fix some file headers for the purpos


From: Artur Malabarba
Subject: [Emacs-diffs] emacs-25 1e1aabb 3/3: Fix some file headers for the purpose of `package--builtins'
Date: Thu, 03 Dec 2015 16:14:02 +0000

branch: emacs-25
commit 1e1aabbc0931b96d6749839c0d25a23377e3a45b
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    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.
---
 lisp/emacs-lisp/cl-preloaded.el |    1 +
 lisp/emacs-lisp/eieio-compat.el |    1 +
 lisp/ielm.el                    |    3 +--
 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 03480b2..4fc271b 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 <address@hidden>
+;; 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 06e65b9..641d657 100644
--- a/lisp/emacs-lisp/eieio-compat.el
+++ b/lisp/emacs-lisp/eieio-compat.el
@@ -4,6 +4,7 @@
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: OO, lisp
+;; Package: eieio
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/ielm.el b/lisp/ielm.el
index b035432..2c5613a 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 18d7a6b..34d6ddb 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 <address@hidden>
+;; Package: sasl
 
 ;; This file is part of GNU Emacs.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]