mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix typos
This commit is contained in:
parent
a1f88963f5
commit
5f923ff1a6
60 changed files with 73 additions and 73 deletions
|
|
@ -479,7 +479,7 @@ lost after dumping")))
|
|||
(defvar comp-subr-arities-h)
|
||||
(when (featurep 'native-compile)
|
||||
;; Save the arity for all primitives so the compiler can always
|
||||
;; retrive it even in case of redefinition.
|
||||
;; retrieve it even in case of redefinition.
|
||||
(mapatoms (lambda (f)
|
||||
(when (subr-primitive-p (symbol-function f))
|
||||
(puthash f (func-arity f) comp-subr-arities-h))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue