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

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

Re: describe-key-briefly bug


From: Katsumi Yamaoka
Subject: Re: describe-key-briefly bug
Date: Tue, 12 Apr 2005 00:38:11 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

>>>>> In <address@hidden> 
>>>>>   Lute Kamstra <address@hidden> wrote:

> Does this patch fix it?

Thanks.  It does the trick.

> !     (if (and (> (length untranslated) 0)
> !              (stringp (aref untranslated (1- (length untranslated)))))

BTW, is there a reason it is necessary to check the length
instead of checking whether it is non-nil?

        (if (and untranslated
                 (stringp (aref untranslated (1- (length untranslated)))))




reply via email to

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