unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob f6ce38445ea954fc1f42a61dc8e0e3cb8cb7f4be 171 bytes (raw)
name: devel/reindent-elisp 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
8
 
#!/bin/sh

if [ $# -lt 1 ]; then
    printf "usage: $0 <path.el>\n"
    exit 1
fi

emacs -Q --batch $1 --eval '(indent-region (point-min) (point-max) nil)' -f save-buffer

debug log:

solving f6ce3844 ...
found f6ce3844 in https://yhetil.org/notmuch/20210628140810.1842069-1-david@tethera.net/

applying [1/1] https://yhetil.org/notmuch/20210628140810.1842069-1-david@tethera.net/
diff --git a/devel/reindent-elisp b/devel/reindent-elisp
new file mode 100755
index 00000000..f6ce3844

Checking patch devel/reindent-elisp...
Applied patch devel/reindent-elisp cleanly.

index at:
100755 f6ce38445ea954fc1f42a61dc8e0e3cb8cb7f4be	devel/reindent-elisp

(*) 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://yhetil.org/notmuch.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).