diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-08-11 12:42:37 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-08-11 12:47:28 +0200 |
commit | 9ddc23cd3438cba85b8a41e78d335c0d5071a212 (patch) | |
tree | 420e505bb943e6b83698284df4d41f8b750d5944 /lisp/vc | |
parent | 878cacc7127426a51feff28dd323674a7e62a5e0 (diff) | |
download | emacs-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.el | 5 |
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: ;; |