summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-08-11 12:42:37 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-08-11 12:47:28 +0200
commit9ddc23cd3438cba85b8a41e78d335c0d5071a212 (patch)
tree420e505bb943e6b83698284df4d41f8b750d5944 /lisp/vc
parent878cacc7127426a51feff28dd323674a7e62a5e0 (diff)
downloademacs-9ddc23cd3438cba85b8a41e78d335c0d5071a212.tar.gz
emacs-9ddc23cd3438cba85b8a41e78d335c0d5071a212.tar.bz2
emacs-9ddc23cd3438cba85b8a41e78d335c0d5071a212.zip
Ignore files in .elpaignore during byte compilation
* package.el (package--parse-elpaignore): Add new function. (package--compile): Bind 'byte-compile-ignore-files' to the result of 'package--parse-elpaignore'.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 2dcf8f56542..290054d523e 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -573,6 +573,11 @@
;;
;; Attempt to clone a REMOTE repository, into a local DIRECTORY.
;; Returns the symbol of the backend used if successful.
+;;
+;; - send-patch (addr &optional rev-list)
+;;
+;; Send a patch to ADDR
+
;;; Changes from the pre-25.1 API:
;;