From: Eli Zaretskii Date: Wed, 14 Feb 2024 03:24:36 +0000 (+0200) Subject: ; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5baddd193c526fea4625bcd304b247ef7796262;p=emacs.git ; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile): Fix typo. (cherry picked from commit b54db9c9ac7599fc84f108eb6f469e2af4834bed) --- diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 5cdbea55c2c..55d68a0cfc3 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -233,7 +233,7 @@ visited by the current buffer." (byte-to-native-output-buffer-file nil) (eln (native-compile buffer-file-name))) (when eln - (comp-write--bytecode-file eln)))) + (comp--write-bytecode-file eln)))) (defun emacs-lisp-native-compile-and-load () "Native-compile the current buffer's file (if it has changed), then load it.