; Fix indentation to appease git hooks
* lisp/emacs-lisp/package-x.el (package-upload-buffer-internal): Fix indentation.
This commit is contained in:
parent
2bb38cc46d
commit
cdf9f3ae19
1 changed files with 3 additions and 3 deletions
|
@ -245,9 +245,9 @@ if it exists."
|
|||
;; If there is a commentary section, write it.
|
||||
(when commentary
|
||||
(write-region commentary nil
|
||||
(expand-file-name
|
||||
(concat (symbol-name pkg-name) "-readme.txt")
|
||||
package-archive-upload-base)))
|
||||
(expand-file-name
|
||||
(concat (symbol-name pkg-name) "-readme.txt")
|
||||
package-archive-upload-base)))
|
||||
|
||||
(set-buffer (if (eq file-type 'tar) tar-data-buffer pkg-buffer))
|
||||
(write-region (point-min) (point-max)
|
||||
|
|
Loading…
Add table
Reference in a new issue