unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58714: 29.0.50; cl-defun &key
@ 2022-10-22 12:50 Gerd Möllmann
  2022-10-23  8:20 ` Gerd Möllmann
  0 siblings, 1 reply; 3+ messages in thread
From: Gerd Möllmann @ 2022-10-22 12:50 UTC (permalink / raw)
  To: 58714


In GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.6.0, NS
  appkit-2113.60 Version 12.6 (Build 21G115)) of 2022-10-20 built on
  Mini.fritz.box
Repository revision: 6f3ade1c08c6cbf56c0dc0d12e9508c261eb42bf
Repository branch: master
Windowing system distributor 'Apple', version 10.3.2113
System Description:  macOS 12.6

(cl-defun f (&key x) x)

(f :x)
nil

The call to f should result in an error, like for functions defined with
defun.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#58714: 29.0.50; cl-defun &key
  2022-10-22 12:50 bug#58714: 29.0.50; cl-defun &key Gerd Möllmann
@ 2022-10-23  8:20 ` Gerd Möllmann
  2022-11-11 13:39   ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Gerd Möllmann @ 2022-10-23  8:20 UTC (permalink / raw)
  To: 58714

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

> In GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.6.0, NS
>  appkit-2113.60 Version 12.6 (Build 21G115)) of 2022-10-20 built on
>  Mini.fritz.box
> Repository revision: 6f3ade1c08c6cbf56c0dc0d12e9508c261eb42bf
> Repository branch: master
> Windowing system distributor 'Apple', version 10.3.2113
> System Description:  macOS 12.6
>
> (cl-defun f (&key x) x)
>
> (f :x)
> nil
>
> The call to f should result in an error, like for functions defined with
> defun.

I have fixed this, and added a test in
c9625d96b4e61cda7b79b4c0b23d6982f5bc45ae on feature/pkg.

Please cherry-pick if this looks good.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#58714: 29.0.50; cl-defun &key
  2022-10-23  8:20 ` Gerd Möllmann
@ 2022-11-11 13:39   ` Stefan Kangas
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2022-11-11 13:39 UTC (permalink / raw)
  To: Gerd Möllmann; +Cc: 58714

close 58714 29.1
thanks

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

> Gerd Möllmann <gerd.moellmann@gmail.com> writes:
>
>> In GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.6.0, NS
>>  appkit-2113.60 Version 12.6 (Build 21G115)) of 2022-10-20 built on
>>  Mini.fritz.box
>> Repository revision: 6f3ade1c08c6cbf56c0dc0d12e9508c261eb42bf
>> Repository branch: master
>> Windowing system distributor 'Apple', version 10.3.2113
>> System Description:  macOS 12.6
>>
>> (cl-defun f (&key x) x)
>>
>> (f :x)
>> nil
>>
>> The call to f should result in an error, like for functions defined with
>> defun.
>
> I have fixed this, and added a test in
> c9625d96b4e61cda7b79b4c0b23d6982f5bc45ae on feature/pkg.
>
> Please cherry-pick if this looks good.

Thanks, cherry-picked to master (commit 6d9065b748).





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-11 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22 12:50 bug#58714: 29.0.50; cl-defun &key Gerd Möllmann
2022-10-23  8:20 ` Gerd Möllmann
2022-11-11 13:39   ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).