[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
- [nongnu] elpa/vm updated (7566b1ea46 -> bd7e1f9429), ELPA Syncer, 2024/07/21
- [nongnu] elpa/vm 69f12470d6 1/4: backed out commit 310d8ff, which was support to remove a spurious &optional, but undid other changes for unknown reasons, ELPA Syncer, 2024/07/21
- [nongnu] elpa/vm 06c7290094 2/4: removed spurious &optional, which is now an error in emacs,
ELPA Syncer <=
- [nongnu] elpa/vm 8ec23d2ccc 3/4: Merge branch 'backout-suprious-optional' into 'main', ELPA Syncer, 2024/07/21
- [nongnu] elpa/vm bd7e1f9429 4/4: Merge branch 'main' into 'main', ELPA Syncer, 2024/07/21