diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-02 01:00:05 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-02 01:00:05 -0700 |
commit | e3ac128172da6ced7930b8c99d7bf1f2da19cac2 (patch) | |
tree | 6a875ae0dfb2987b7b25fd815ed5ff2e66e58878 /lisp/emacs-lisp/byte-opt.el | |
parent | 3b3e4caca71abc2df49f95090aaccb96cbb75a41 (diff) | |
download | emacs-e3ac128172da6ced7930b8c99d7bf1f2da19cac2.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 106946b0037..8822c03c103 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -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 |