File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5454 (eask-msg " `%s` with package-lint (%s)" (ansi-green file) eask-lint-package--version)
5555 (with-current-buffer (find-file filename)
5656 (package-lint-current-buffer)
57- (kill-this -buffer )))
57+ (kill-current -buffer )))
5858 (eask-print-log-buffer " *Package-Lint*" ))
5959
6060(eask-start
Original file line number Diff line number Diff line change 5858 (capitalize (eask-2str severity)) msg)))
5959 (unless errors
6060 (eask-msg " No issues found" ))
61- (kill-this -buffer ))))
61+ (kill-current -buffer ))))
6262
6363(eask-start
6464 ; ; Preparation
Original file line number Diff line number Diff line change 2727 package-generate-description-file
2828 locate-dominating-file
2929 url-file-exists-p
30- prin1-to-string)
30+ prin1-to-string
31+ kill-current-buffer)
3132 " List of function to check Emacs compatibility." )
3233
3334(message " Starting compatibility test for functions... " )
Original file line number Diff line number Diff line change 4444 (delete-region (point ) end)
4545 (insert (format " \" %s \" " make-outdate-version)))))
4646 (save-buffer )
47- (kill-this -buffer ))
47+ (kill-current -buffer ))
4848 (let ((dest (expand-file-name (concat name " -" make-outdate-version " /" ) package-user-dir)))
4949 (eask-info " Moving %s" dir)
5050 (eask-info " to %s" dest)
You can’t perform that action at this time.
0 commit comments