gentoo-ebuilds/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch
Ulrich Müller 5e3ee0a508
app-emacs/vm: Fix function definition in vm-pcrisis.el.
Bug: https://bugs.gentoo.org/652952
Package-Manager: Portage-2.3.45, Repoman-2.3.10
2018-08-10 08:22:41 +02:00

13 lines
556 B
Diff

https://bugs.gentoo.org/652952
--- vm-8.2.0b-orig/lisp/vm-pcrisis.el
+++ vm-8.2.0b/lisp/vm-pcrisis.el
@@ -1214,7 +1214,7 @@
;; Functions for vmpc-conditions:
;; -------------------------------------------------------------------
-(defun vmpc-none-true-yet (&optional &rest exceptions)
+(defun vmpc-none-true-yet (&rest exceptions)
"True if none of the previous evaluated conditions was true.
This is a condition that can appear in `vmpc-conditions'. If EXCEPTIONS are
specified, it means none were true except those. For example, if you wanted