emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b54db9c9ac7: ; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-


From: Eli Zaretskii
Subject: master b54db9c9ac7: ; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile): Fix typo.
Date: Tue, 13 Feb 2024 22:25:18 -0500 (EST)

branch: master
commit b54db9c9ac7599fc84f108eb6f469e2af4834bed
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile): Fix typo.
---
 lisp/progmodes/elisp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 4e0e7552f8e..e0c18214ef7 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]