emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/vm 06c7290094 2/4: removed spurious &optional, which is no


From: ELPA Syncer
Subject: [nongnu] elpa/vm 06c7290094 2/4: removed spurious &optional, which is now an error in emacs
Date: Sun, 21 Jul 2024 22:01:06 -0400 (EDT)

branch: elpa/vm
commit 06c72900948b747b1fe89c885c7d21101bc051b4
Author: Mark Diekhans <markd@ucsc.edu>
Commit: Mark Diekhans <markd@ucsc.edu>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]