mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 03:40:47 -08:00
Spelling fixes.
This commit is contained in:
parent
3b3e4caca7
commit
e3ac128172
9 changed files with 22 additions and 17 deletions
|
|
@ -284,7 +284,7 @@
|
|||
;; been preprocessed!
|
||||
`(function ,fn)
|
||||
(byte-compile-preprocess
|
||||
(byte-compile--refiy-function fn)))))
|
||||
(byte-compile--reify-function fn)))))
|
||||
(if (eq (car-safe newfn) 'function)
|
||||
(byte-compile-unfold-lambda `(,(cadr newfn) ,@(cdr form)))
|
||||
(byte-compile-log-warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue