blob f23d144b04651efac18709c5e469860f7e5fa00d 755 bytes (raw)
name: test/lisp/emacs-lisp/package-resources/signed/signed-empty-1.0.el # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| | ;;; signed-empty.el --- A single-file package with an empty signature
;; Author: J. R. Hacker <jrh@example.com>
;; Version: 1.0
;; Keywords: frobnicate
;; URL: http://doodles.au
;;; Commentary:
;; This package provides a minor mode to frobnicate and/or bifurcate
;; any flanges you desire. To activate it, type "C-M-r M-3 butterfly"
;; and all your dreams will come true.
;;; Code:
(defgroup signed-empty nil "Simply a file"
:group 'lisp)
(defcustom signed-empty-super-sunday t
"How great is this?"
:type 'boolean
:group 'signed-empty)
(defvar signed-empty-sudo-sandwich nil
"Make a sandwich?")
;;;###autoload
(define-minor-mode signed-empty-mode
"It does good things to stuff")
(provide 'signed-empty)
;;; signed-empty.el ends here
|
debug log:
solving f23d144 ...
found f23d144 in https://yhetil.org/emacs-bugs/20160511093940.GA26912@empress/
applying [1/1] https://yhetil.org/emacs-bugs/20160511093940.GA26912@empress/
diff --git a/test/lisp/emacs-lisp/package-resources/signed/signed-empty-1.0.el b/test/lisp/emacs-lisp/package-resources/signed/signed-empty-1.0.el
new file mode 100644
index 0000000..f23d144
Checking patch test/lisp/emacs-lisp/package-resources/signed/signed-empty-1.0.el...
Applied patch test/lisp/emacs-lisp/package-resources/signed/signed-empty-1.0.el cleanly.
index at:
100644 f23d144b04651efac18709c5e469860f7e5fa00d test/lisp/emacs-lisp/package-resources/signed/signed-empty-1.0.el
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).