made ct.p and ct.P point to the correct functions

This commit is contained in:
Izaya 2019-08-13 15:31:10 +10:00
parent 36a3912c84
commit 2e3907abd3
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ ct.a = ct.append
ct.s = ct.substitute
ct.d = ct.delete
ct.f = ct.filename
ct.p = ct.pasteprevious
ct.P = ct.paste
ct.P = ct.pasteprevious
ct.p = ct.paste
ct.readfile(fp)