# HG changeset patch # User Richard Westhaver # Date 1721870553 14400 # Node ID da10aabba6a76ec54337e97b95151fd04611fc64 # Parent a46d782665167f2a2973a0f73c4a70e32cf33f92 fixes diff -r a46d78266516 -r da10aabba6a7 emacs.sk --- a/emacs.sk Sun Jul 21 16:22:22 2024 -0400 +++ b/emacs.sk Wed Jul 24 21:22:33 2024 -0400 @@ -1,7 +1,4 @@ ;;; core/lisp skel system :name "core/emacs" -:path "lisp" -:rules () - - - +:path "emacs" +:rules () \ No newline at end of file diff -r a46d78266516 -r da10aabba6a7 lisp/lib/dat/parquet/obj.lisp --- a/lisp/lib/dat/parquet/obj.lisp Sun Jul 21 16:22:22 2024 -0400 +++ b/lisp/lib/dat/parquet/obj.lisp Wed Jul 24 21:22:33 2024 -0400 @@ -26,4 +26,3 @@ (def-parquet-type parquet-type) (def-parquet-type parquet-converted-type) (def-parquet-type parquet-page-type)) - diff -r a46d78266516 -r da10aabba6a7 lisp/lib/net/proto/ssh.lisp --- a/lisp/lib/net/proto/ssh.lisp Sun Jul 21 16:22:22 2024 -0400 +++ b/lisp/lib/net/proto/ssh.lisp Wed Jul 24 21:22:33 2024 -0400 @@ -2,5 +2,9 @@ ;; SSH and SCP client support via libssh2 +;;; Commentary: + +;; specs: https://www.openssh.com/specs.html + ;;; Code: (in-package :net/proto/ssh)