diff options
author | Brian Cully <bjc@kublai.com> | 2022-02-20 09:57:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-20 09:57:30 -0500 |
commit | 5eb92cd327b3410c7f4a2b5feab356d390bcc2ac (patch) | |
tree | 10efde694b9ea3b7867592de2b9f8ac7f19fd0d4 | |
parent | 8c5fbc479ebb1f795db08edd89495ab630123c42 (diff) | |
parent | c5d5d2e82b9ac992867798f751f704b812936191 (diff) | |
download | tramp-nspawn-5eb92cd327b3410c7f4a2b5feab356d390bcc2ac.tar.gz tramp-nspawn-5eb92cd327b3410c7f4a2b5feab356d390bcc2ac.zip |
Merge pull request #2 from bjc/nextv1.0
Add an extra dash in the header to make ‘package-buffer-info’ happy.
-rw-r--r-- | tramp-nspawn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tramp-nspawn.el b/tramp-nspawn.el index 286074a..69fdb80 100644 --- a/tramp-nspawn.el +++ b/tramp-nspawn.el @@ -1,4 +1,4 @@ -;;; tramp-nspawn.el -- Tramp integration for systemd-nspawn containers -*- lexical-binding: t; -*- +;;; tramp-nspawn.el --- Tramp integration for systemd-nspawn containers -*- lexical-binding: t; -*- ;; Copyright © 2021-2022 Free Software Foundation, Inc. |