diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-24 09:43:39 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-24 09:43:39 -0500 |
commit | 49f23d8ec90a15a507e6c3b0c542f0aba5fb51dc (patch) | |
tree | 6a51faf01fad06977d3e047850c1c1a8858188e2 | |
parent | 1608f01157d6dd5d00fd0423d1f61b493b689ee3 (diff) | |
download | tramp-nspawn-49f23d8ec90a15a507e6c3b0c542f0aba5fb51dc.tar.gz tramp-nspawn-49f23d8ec90a15a507e6c3b0c542f0aba5fb51dc.zip |
Use filename in comment header.
-rw-r--r-- | nspawn-tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nspawn-tramp.el b/nspawn-tramp.el index a748ab6..199255e 100644 --- a/nspawn-tramp.el +++ b/nspawn-tramp.el @@ -1,4 +1,4 @@ -;;; nspawn-tramp -- TRAMP integration for systemd-nspawn containers -*- lexical-binding: t; -*- +;;; nspawn-tramp.el -- TRAMP integration for systemd-nspawn containers -*- lexical-binding: t; -*- ;; Copyright © 2021 Brian Cully <bjc@kublai.com> |