Merge from origin/emacs-27
1fc9de4b81
Improve reproducibility of generated -pkg.el filesda6234e2df
Make sure pixel sizes are zero when setting window size fo...2d15296db1
Fix failure of 'emacs --daemon' on Cygwin8abce5b0c6
CC Mode: Only recognize foo (*bar) as a function pointer w...85d1d8d768
Fix NEWS entry for fix of Bug#440802443b15a91
* src/buffer.c (syms_of_buffer) <fill-column>: Improve doc... # Conflicts: # etc/NEWS
This commit is contained in:
commit
018e0c36fb
6 changed files with 15 additions and 8 deletions
|
@ -982,7 +982,8 @@ untar into a directory named DIR; otherwise, signal an error."
|
|||
(write-region
|
||||
(concat
|
||||
";;; Generated package description from "
|
||||
(replace-regexp-in-string "-pkg\\.el\\'" ".el" pkg-file)
|
||||
(replace-regexp-in-string "-pkg\\.el\\'" ".el"
|
||||
(file-name-nondirectory pkg-file))
|
||||
" -*- no-byte-compile: t -*-\n"
|
||||
(prin1-to-string
|
||||
(nconc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue