diff options
Diffstat (limited to 'geiser-chez.el')
| -rw-r--r-- | geiser-chez.el | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/geiser-chez.el b/geiser-chez.el index 7f29927..b179ef7 100644 --- a/geiser-chez.el +++ b/geiser-chez.el @@ -204,10 +204,8 @@ This function uses `geiser-chez-init-file' if it exists."    "Display an error found during evaluation with the given KEY and message MSG."    (when (stringp msg)      (save-excursion (insert msg)) -    (geiser-edit--buttonize-files)) -  (and (not key) -       (not (zerop (length msg))) -       msg)) +    (geiser-edit--buttonize-files) +    (not (zerop (length msg)))))  ;;; Keywords and syntax:  | 
