Differences From Artifact [94ed3a5317]:
- File ulex/ulex.scm — part of check-in [3d501185de] at 2020-02-01 04:39:19 on branch v1.70-captain-ulex — Added ability to pass in existing udata to ulex setup (user: matt, size: 84705) [annotate] [blame] [check-ins using] [more...]
To Artifact [c0051721ac]:
- File ulex/ulex.scm — part of check-in [25f98b9776] at 2020-07-18 17:36:11 on branch v1.66-captain-ulex — Made the indentreport independent of ~/.emacs (mostly) (user: matt, size: 84701) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + - | ;; NOTES: ;; Why sql-de-lite and not say, dbi? - performance mostly, then simplicity. ;; ;;====================================================================== (use mailbox) |
︙ |