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

munson%ash.Berkeley.EDU@BERKELEY.EDU (Ethan V. Munson) (02/21/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