emacs-devel
[Top][All Lists]
Advanced

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

Re: using empty_string as the only "" string


From: Stefan Monnier
Subject: Re: using empty_string as the only "" string
Date: Tue, 05 Jun 2007 21:17:25 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> +  empty_string = make_pure_string ("", 0, 0, 0);
> +  empty_multibyte_string = make_pure_string ("", 0, 0, 1);

I believe empty_string should be called empty_unibyte_string, so as to make
sure that people choose the right multibyteness.


        Stefan




reply via email to

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