From 680cbd94f87a27edf43b1843c3b0927bba01d078 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 5 Oct 2013 10:21:30 +0100 Subject: Place package metadata directly in .el files In the case of single-file packages like this, a -pkg.el is unnecessary. This commit therefore removes the -pkg.el files and puts the info directly in the .el files. It also, therefore, adjusts the formatting of those files slightly in order to be readable by `package-buffer-info`. --- connection-pkg.el | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 connection-pkg.el (limited to 'connection-pkg.el') diff --git a/connection-pkg.el b/connection-pkg.el deleted file mode 100644 index 75eb290..0000000 --- a/connection-pkg.el +++ /dev/null @@ -1,3 +0,0 @@ -(define-package "connection" - "1.10" - "TCP-based client connetion") -- cgit v1.2.3