GNU bug report logs -
#24762
26.0.50; Spurious &optional in lisp/progmodes/python.el causes Edebug error
Previous Next
Reported by: Gemini Lasswell <gazally <at> runbox.com>
Date: Fri, 21 Oct 2016 20:52:01 UTC
Severity: normal
Tags: fixed
Found in version 26.0.50
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #16 received at control <at> debbugs.gnu.org (full text, mbox):
tags 24762 fixed
close 24762
quit
Mark Oteiza <mvoteiza <at> udel.edu> writes:
>
> diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
> index f9b28c3..9cd9cc8 100644
> --- a/lisp/progmodes/python.el
> +++ b/lisp/progmodes/python.el
> @@ -4040,7 +4040,7 @@ 'python-mode-abbrev-table
> "Abbrev table for Python mode."
> :parents (list python-mode-skeleton-abbrev-table))
>
> -(defmacro python-define-auxiliary-skeleton (name doc &optional &rest skel)
> +(defmacro python-define-auxiliary-skeleton (name &optional doc &rest skel)
> "Define a `python-mode' auxiliary skeleton using NAME DOC and SKEL.
> The skeleton will be bound to python-skeleton-NAME."
> (declare (indent 2))
> @@ -4060,11 +4060,11 @@ python-define-auxiliary-skeleton
> (signal 'quit t))
> ,@skel)))
>
> -(python-define-auxiliary-skeleton else nil)
> +(python-define-auxiliary-skeleton else)
>
> -(python-define-auxiliary-skeleton except nil)
> +(python-define-auxiliary-skeleton except)
>
> -(python-define-auxiliary-skeleton finally nil)
> +(python-define-auxiliary-skeleton finally)
>
> (python-skeleton-define if nil
> "Condition: "
I see was pushed as 5b003caa "Fix arglist in python.el (Bug#24762)".
This bug report was last modified 8 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.