branch: elpa/vm
commit 06c72900948b747b1fe89c885c7d21101bc051b4
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>
removed spurious &optional, which is now an error in emacs
---
lisp/vm-pcrisis.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/vm-pcrisis.el b/lisp/vm-pcrisis.el
index e471b25d3b..8a0a3638fe 100644
--- a/lisp/vm-pcrisis.el
+++ b/lisp/vm-pcrisis.el
@@ -1244,7 +1244,7 @@ PROMPT argument and call this function interactively in
the composition buffer."
;; 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