diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index dfcf17ce1e8..fa2c6cdd039 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -370,11 +370,6 @@ FILE's name." ";;\n" ";;; Code:\n\n" (if lp - ;; Use the `#$' to indicate current file, from which - ;; we extract the directory name. Note that - ;; `package-quickstart-refresh' specifically replaces - ;; `#$', so any other tricks (e.g., `load-file-name') - ;; will not work for that case. "(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))\n\n") "\n" |