Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!BERKELEY.EDU!munson%ash.Berkeley.EDU From: munson%ash.Berkeley.EDU@BERKELEY.EDU (Ethan V. Munson) Newsgroups: gnu.emacs.bug Subject: Possible error in define-prefix-command Message-ID: <8902202023.AA13397@ash.Berkeley.EDU> Date: 20 Feb 89 20:23:32 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 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