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:
parent
50dce3c422
commit
1e1aabbc09
@ -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.
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Keywords: OO, lisp
|
||||
;; Package: eieio
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user