[gnu.emacs.bug] Possible bug in define-prefix-command

munson@RENOIR.BERKELEY.EDU (Ethan V. Munson) (02/22/89)

In GNU Emacs 18.52.9 of Tue Feb  7 1989 on fir.Berkeley.EDU (berkeley-unix)

When I run define-prefix-command it sets the value rather than the
function definition of its argument.  This does not match the behavior
specified in its doc string or in the draft manual.

The C code defining it in keymap.c uses a call to Fset. I think it should
be Ffset.

Ethan Munson

munson@renoir.Berkeley.EDU (Ethan V. Munson) (02/23/89)

In GNU Emacs 18.52.9 of Tue Feb  7 1989 on fir.Berkeley.EDU (berkeley-unix)

When I run define-prefix-command it sets the value rather than the
function definition of its argument.  This does not match the behavior
specified in its doc string or in the draft manual.

The C code defining it in keymap.c uses a call to Fset. I think it should
be Ffset.

Ethan Munson

P.S. I'm posting this because mail to bug-gnu-emacs@prep.ai.mit.edu
	would not go through.