Merge remote-tracking branch 'savannah/master' into HEAD
This commit is contained in:
commit
5db5064395
2921 changed files with 7121 additions and 5575 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; autoload.el --- maintain autoloads in loaddefs.el -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1991-1997, 2001-2020 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991-1997, 2001-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Roland McGrath <roland@gnu.org>
|
||||
;; Keywords: maint
|
||||
|
@ -370,7 +370,8 @@ FILE's name."
|
|||
(let ((basename (file-name-nondirectory file))
|
||||
(lp (if (equal type "package") (setq type "autoloads"))))
|
||||
(concat ";;; " basename
|
||||
" --- automatically extracted " (or type "autoloads") "\n"
|
||||
" --- automatically extracted " (or type "autoloads")
|
||||
" -*- lexical-binding: t -*-\n"
|
||||
";;\n"
|
||||
";;; Code:\n\n"
|
||||
(if lp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue