Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!renoir.Berkeley.EDU!munson From: munson@renoir.Berkeley.EDU (Ethan V. Munson) Newsgroups: gnu.emacs.bug Subject: Possible bug in define-prefix-command Message-ID: <28124@ucbvax.BERKELEY.EDU> Date: 22 Feb 89 16:26:16 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: munson@renoir.Berkeley.EDU (Ethan V. Munson) Distribution: gnu Organization: University of California, Berkeley Lines: 15 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.