diff options
-rw-r--r-- | geiser-chez.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geiser-chez.el b/geiser-chez.el index ff0403b..5dfdfdb 100644 --- a/geiser-chez.el +++ b/geiser-chez.el @@ -149,8 +149,8 @@ This function uses `geiser-chez-init-file' if it exists." ;;; Error display: -(defun geiser-chez--display-error (module key msg) - "Display an error found in MODULE with the given KEY and message MSG." +(defun geiser-chez--display-error (_module key msg) + "Display an error found during evaluation with the given KEY and message MSG." (when (stringp msg) (save-excursion (insert msg)) (geiser-edit--buttonize-files)) |