Skip to content

Commit c68adaf

Browse files
Fix needing of r# and top.
FossilOrigin-Name: 5b8a9f7784e2a8792b9777ed744484f86b7ab4d2826ad093427fe42ae308e3b8
1 parent 3506845 commit c68adaf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/lib/prog.editor.COMMON.fs

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
\ This file is part of Solo Forth
44
\ http://programandala.net/en.program.solo_forth.html
55

6-
\ Last modified: 202007282031
7-
\ See change log at the end of the file
6+
\ Last modified: 202101192013.
7+
\ See change log at the end of the file.
88

99
\ ===========================================================
1010
\ Description
@@ -26,7 +26,7 @@
2626

2727
( r# top editor )
2828

29-
unneeding r# unneeding top or ?(
29+
unneeding r# unneeding top and ?(
3030

3131
variable r#
3232

@@ -99,5 +99,7 @@ unneeding editor ?\ defer editor
9999
\ 2020-05-13: Improve documentation of `editor`.
100100
\
101101
\ 2020-07-28: Improve documentation of deferred words.
102+
\
103+
\ 2021-01-19: Fix needing of `r#` and `top`.
102104

103105
\ vim: filetype=soloforth

src/version.z80s

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version_patch: equ 0
1212
version_prerelease_id: equ 'r'
1313
; 'd' for "dev", 'p' for "pre", 'r' for "rc", zero if none
1414

15-
version_prerelease: equ 138
15+
version_prerelease: equ 139
1616

1717
version_build_high_part: equ $0134
1818
version_build_low_part: equ $61C7 ; build 20210119

0 commit comments

Comments
 (0)