Fix up generation of help text for ldefs-boot.el
* lisp/emacs-lisp/autoload.el (autoload-rubric): Don't put the help text into cedet/*/loaddefs.el (bug#51744).
This commit is contained in:
parent
708ffac5ea
commit
c623746241
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ FILE's name."
|
|||
(concat ";;; " basename
|
||||
" --- automatically extracted " (or type "autoloads")
|
||||
" -*- lexical-binding: t -*-\n"
|
||||
(when (equal basename "loaddefs.el")
|
||||
(when (string-match "/lisp/loaddefs\\.el\\'" file)
|
||||
";; This file will be copied to ldefs-boot.el and checked in periodically.\n")
|
||||
";;\n"
|
||||
";;; Code:\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue