File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,6 @@ This is automatically synchronized from Dylan.")
411
411
(setq font-lock-defaults nil )
412
412
(setq mode-name " REPL" )
413
413
(setq dime-current-thread :repl-thread )
414
- (setq dime-write-string-function 'dime-repl-write-string )
415
414
(set (make-local-variable 'scroll-conservatively ) 20 )
416
415
(set (make-local-variable 'scroll-margin ) 0 )
417
416
(when dime-repl-history-file
@@ -1486,6 +1485,7 @@ expansion will be added to the REPL's history.)"
1486
1485
(remove-hook 'dime-connected-hook 'dime-repl-connected-hook-function ))
1487
1486
1488
1487
(setq dime-output-target-to-marker-function 'dime-repl-target-to-marker )
1488
+ (setq dime-write-string-function 'dime-repl-write-string )
1489
1489
(add-hook 'dime-repl-mode-hook 'dime-repl-add-easy-menu )
1490
1490
(add-hook 'dime-sync-project-and-directory-hook
1491
1491
'dime-repl-sync-project-and-directory )
Original file line number Diff line number Diff line change @@ -5406,7 +5406,7 @@ This is 0 if START and END at the same line."
5406
5406
(- (count-lines start end)
5407
5407
(if (save-excursion (goto-char end) (bolp )) 0 1 )))
5408
5408
5409
- (defvar-local dime-write-string-function nil )
5409
+ (defvar dime-write-string-function nil )
5410
5410
5411
5411
(defun dime-write-string (string &optional target )
5412
5412
" Insert STRING in the REPL buffer or some other TARGET.
You can’t perform that action at this time.
0 commit comments