summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-06 21:17:54 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-06 21:17:54 +0000
commit25ab2430d4858390d4d1ca344c65b0d02c5ab6f3 (patch)
treeed16b746615dea88a6fda8b0c62f82939d932fac
parent9b9e0020afb8e54a9bb0768839f8b28956f21c2d (diff)
vm-pcrisis: Fix to be compatible with emacs 26.1
Patch from here: https://bugs.launchpad.net/vm/+bug/1763377 https://launchpadlibrarian.net/364804904/vm-emacs26.patch Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xlisp/vm-pcrisis.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vm-pcrisis.el b/lisp/vm-pcrisis.el
index 17f2193..caec7ac 100755
--- a/lisp/vm-pcrisis.el
+++ b/lisp/vm-pcrisis.el
@@ -279,7 +279,7 @@ If point is not in a header field, returns nil."
(re-search-backward "^\\([^ \t\n:]+\\):")
(match-string 1))))
-(defun vmpc-tab-header-or-tab-stop (&optional backward)
+(defun vmpc-tab-header-or-tab-stop (&rest backward)
"*If in a mail header field, moves to next useful header or body.
When moving to the message body, calls the `vmpc-automorph' function.
If within the message body, runs `tab-to-tab-stop'.
@@ -1214,7 +1214,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