emacs-devel
[Top][All Lists]
Advanced

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

Re: Undo-limit default


From: Stefan Monnier
Subject: Re: Undo-limit default
Date: Sun, 07 Dec 2008 15:59:42 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> +   string = Fremove_text_properties (0, SCHARS (string),
> +                                 Vundo_discarded_text_properties,
> +                                 string);

I wonder:
- Why use an alist rather than a list.
- I.e. why use Fremove_text_properties rather than
  Fremove_list_of_text_properties?
- Why isn't one of those two functions implemented by calling the other one?
- And why is the code of the two functions different?


        Stefan




reply via email to

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