diff options
author | Glenn Morris <rgm@gnu.org> | 2021-10-11 08:04:57 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-10-11 08:04:57 -0700 |
commit | 8aceb37b47a8f97fc42caaaf021ac06dc9f67827 (patch) | |
tree | 64e2d073d3980d633a68349b8872b534a5427d59 /nt | |
parent | 395273773cb7035358cdd7c87f9102af75e39915 (diff) | |
parent | 1a1b206a8b33dc597fe2153a59fa30baacf1dcc8 (diff) | |
download | emacs-8aceb37b47a8f97fc42caaaf021ac06dc9f67827.tar.gz emacs-8aceb37b47a8f97fc42caaaf021ac06dc9f67827.tar.bz2 emacs-8aceb37b47a8f97fc42caaaf021ac06dc9f67827.zip |
Merge from origin/emacs-28
1a1b206a8b Adapt the recent 'num_processors' change to MS-Windows
7cb4637923 Minor fix to clarify a sentence in emacs-lisp-intro
ab60144ea3 ; Pacify recent shorthand unused lexarg warnings.
e9df86004f Make tty-run-terminal-initialization load the .elc file (i...
07edc28bdb Fix ert errors when there's a test that binds `debug-on-er...
96278de8ac New function num-processors
575e626105 Add symbol property 'save-some-buffers-function' (bug#46374)
a3e10af95c Keep reading when typed RET in read-char-from-minibuffer a...
013e3be832 * lisp/userlock.el (ask-user-about-supersession-threat): A...
ae61d7a57d Fix point positioning on mouse clicks with non-zero line-h...
4c7e74c386 Complete shorthands to longhands for symbol-completing tables
c2513c5d0d Add new failing test for bug#51089
1d1e96377c ; * lisp/emacs-lisp/shortdoc.el: Fix typo.
6bf29072e9 Avoid mapping file names through 'substring'
bcce93f04c Update to Org 9.5-46-gb71474
5d408f1a24 Expanded testing of MH-E with multiple MH variants
b497add971 Fix Seccomp filter for newer GNU/Linux systems (Bug#51073).
75d9fbec88 Tramp code cleanup
# Conflicts:
# etc/NEWS
# test/lisp/progmodes/elisp-mode-tests.el
Diffstat (limited to 'nt')
-rw-r--r-- | nt/gnulib-cfg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk index f1f4c4c2790..e9f00e748ea 100644 --- a/nt/gnulib-cfg.mk +++ b/nt/gnulib-cfg.mk @@ -73,3 +73,4 @@ OMIT_GNULIB_MODULE_lchmod = true OMIT_GNULIB_MODULE_futimens = true OMIT_GNULIB_MODULE_utimensat = true OMIT_GNULIB_MODULE_file-has-acl = true +OMIT_GNULIB_MODULE_nproc = true |