changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: ansi color fix

changeset 669: 3966d52b0b2f
parent 668: c687d7005ec7
child 670: 6856c021d084
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 19:20:00 -0400
files: emacs/lib/slime-repl-ansi-color.el
description: ansi color fix
     1.1--- a/emacs/lib/slime-repl-ansi-color.el	Mon Sep 23 18:54:03 2024 -0400
     1.2+++ b/emacs/lib/slime-repl-ansi-color.el	Mon Sep 23 19:20:00 2024 -0400
     1.3@@ -1,6 +1,6 @@
     1.4 ;;; lib/slime-repl-ansi-color.el --- https://github.com/deadtrickster/slime-repl-ansi-color -*- lexical-binding: t -*-
     1.5 (require 'ansi-color)
     1.6-
     1.7+(require 'slime)
     1.8 (define-slime-contrib slime-repl-ansi-color
     1.9   "Turn on ANSI colors in REPL output"
    1.10   (:authors "Max Mikhanosha")