emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: crash when function-key-map is nil


From: Richard Stallman
Subject: Re: crash when function-key-map is nil
Date: Mon, 31 Jul 2006 18:16:44 -0400

     Add comment  /* If there is no key-translation-map, turn off scanning.  */ 
?

     >     keytran.start = keytran.end = KEYMAPP (keytran.map) ? 0 : bufsize + 
1;


Please try this replacement line:

     >     keytran.start = keytran.end = 0;

I think that will make things cleaner.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]