diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-08-10 08:22:02 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-08-10 08:22:41 +0200 |
commit | 5e3ee0a508a71cbc4090d86e09e3a5c124566034 (patch) | |
tree | 66c04ab6d3c54449f089d1cac27c75c364472b25 /app-emacs/vm/files | |
parent | app-emacs/vm: Depend on <app-emacs/bbdb-3. (diff) | |
download | gentoo-5e3ee0a508a71cbc4090d86e09e3a5c124566034.tar.gz gentoo-5e3ee0a508a71cbc4090d86e09e3a5c124566034.tar.bz2 gentoo-5e3ee0a508a71cbc4090d86e09e3a5c124566034.zip |
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
Diffstat (limited to 'app-emacs/vm/files')
-rw-r--r-- | app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch b/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch new file mode 100644 index 000000000000..2cec28e046fd --- /dev/null +++ b/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch @@ -0,0 +1,13 @@ +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 |