]> git.eshelyaron.com Git - emacs.git/commitdiff
vc-filter-command-function: Abbreviate default value
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 26 Sep 2022 22:15:02 +0000 (15:15 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Mon, 26 Sep 2022 22:15:02 +0000 (15:15 -0700)
* lisp/vc/vc-dispatcher.el (vc-filter-command-function): Abbreviate
`(lambda (&rest args) args)' as just `list'.

lisp/vc/vc-dispatcher.el

index 89bf79622e88a3552f8bd4f114ade0d465028f9d..dc3ed5265061ee847f5acd9c9f3778ac233e79e9 100644 (file)
@@ -269,7 +269,7 @@ SUCCESS process has a zero exit code."
   (declare (indent 0) (debug (def-body)))
   `(vc-exec-after (lambda () ,@body)))
 
-(defvar vc-filter-command-function (lambda (&rest args) args)
+(defvar vc-filter-command-function #'list
   "Function called to transform VC commands before execution.
 The function is called inside the buffer in which the command
 will be run and is passed the COMMAND, FILE-OR-LIST and FLAGS