Function: startup--update-eln-cache

startup--update-eln-cache is a byte-compiled function defined in startup.el.gz.

Signature

(startup--update-eln-cache)

Documentation

Update the user eln-cache directory due to user customizations.

Source Code

;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defun startup--update-eln-cache ()
  "Update the user eln-cache directory due to user customizations."
  ;; Don't override user customizations!
  (when (equal native-comp-eln-load-path
               startup--original-eln-load-path)
    (startup-redirect-eln-cache "eln-cache")
    (setq startup--original-eln-load-path
          (copy-sequence native-comp-eln-load-path))))