From 1bf725d88eae69b58be748906407b77a7c434a3d Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 10 Apr 2021 21:45:00 +0100 Subject: autoload cookie for geiser-eval-load-path --- elisp/geiser-compile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elisp/geiser-compile.el b/elisp/geiser-compile.el index d070e98..a938107 100644 --- a/elisp/geiser-compile.el +++ b/elisp/geiser-compile.el @@ -1,6 +1,6 @@ ;;; geiser-compile.el -- compile/load scheme files -;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2016, 2018 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2016, 2018, 2021 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -75,6 +75,7 @@ With prefix, restart REPL before loading the file." (when restart-p (geiser-restart-repl)) (geiser-load-file (buffer-file-name (current-buffer)))) +;;;###autoload (defun geiser-add-to-load-path (path) "Add a new directory to running Scheme's load path. When called interactively, this function will ask for the path to -- cgit v1.2.3