Skip to content

Commit

Permalink
- package lint inconsistent with Emacs indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Dec 24, 2022
1 parent b6264ba commit d6cc175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/erk.el
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ package headers."
(with-current-buffer (find-file-noselect (concat dir file) t t)
;; append new author to copyright
(print (format "visiting: %s" (buffer-file-name)))
(mapc (lambda (s) (while (re-search-forward (rx (literal s)) nil t)
(replace-match "")))
(mapc (lambda (s)
(while (re-search-forward (rx (literal s)) nil t)
(replace-match "")))
erk--remove-strings)

(when (re-search-forward ";; Copyright" nil t)
(end-of-line)
(insert ", " author))
Expand Down

0 comments on commit d6cc175

Please sign in to comment.