]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Wed, 14 Feb 2024 03:24:36 +0000 (05:24 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 Feb 2024 08:17:09 +0000 (09:17 +0100)
(cherry picked from commit b54db9c9ac7599fc84f108eb6f469e2af4834bed)

lisp/progmodes/elisp-mode.el

index 5cdbea55c2cffb5ca5463748238c95ca0adcdf53..55d68a0cfc36966f7e30d6657a33857dcd4e1ccb 100644 (file)
@@ -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.