1

What is the value of #$ when loading a file?

package.el generates files like:

;;; anzu-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path 
    (directory-file-name (or (file-name-directory #$) 
                             (car load-path))))

Context: I'm trying to profile files loaded by intercepting calls to load. https://github.com/jschaf/esup/issues/53

Joe
  • 1,322
  • 1
  • 8
  • 19

0 Answers0