branch: externals/tramp-hlo
commit 4f396997f10415f7ce49be91cb62428e310ef76a
Author: Steve Purcell <[email protected]>
Commit: GitHub <[email protected]>

    Fix header formatting so package.el can parse the description
    
    This missing colon is the reason why the package description is empty in 
the Emacs package list details view.
---
 tramp-hlo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tramp-hlo.el b/tramp-hlo.el
index 3861395491..38474c628c 100644
--- a/tramp-hlo.el
+++ b/tramp-hlo.el
@@ -22,7 +22,7 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
-;;; Commentary
+;;; Commentary:
 
 ;; This is an attempt to optimize Tramp remote editing with slow
 ;; connection by building higher level core lisp functions as Tramp

Reply via email to