File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 24
24
; ; This file contains code taken from GNU Emacs, which is
25
25
; ; Copyright (C) 1976-2023 Free Software Foundation, Inc.
26
26
27
+ ; ;; Commentary:
28
+
29
+ ; ; The library implements support for showing information about
30
+ ; ; a package in a buffer.
31
+
27
32
; ;; Code:
28
33
29
34
(require 'epkg )
Original file line number Diff line number Diff line change 24
24
; ; This file contains code taken from GNU Emacs, which is
25
25
; ; Copyright (C) 1976-2023 Free Software Foundation, Inc.
26
26
27
+ ; ;; Commentary:
28
+
29
+ ; ; The library implements support for listing packages in a buffer.
30
+
27
31
; ;; Code:
28
32
29
33
(require 'epkg )
Original file line number Diff line number Diff line change 21
21
; ; You should have received a copy of the GNU General Public License
22
22
; ; along with this file. If not, see <https://www.gnu.org/licenses/>.
23
23
24
+ ; ;; Commentary:
25
+
26
+ ; ; The library implements auxiliary functions and commands.
27
+
24
28
; ;; Code:
25
29
26
30
(require 'epkg )
You can’t perform that action at this time.
0 commit comments