emacs-devel
[Top][All Lists]
Advanced

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

Re: string-to-char


From: Richard Stallman
Subject: Re: string-to-char
Date: Mon, 27 Nov 2006 18:43:56 -0500

    And some of those uses are quite weird, BTW:

     - In erc/erc.el:
        (separator (make-string erc-fill-column (string-to-char "=")))
        (make-string (length x) (string-to-char "b"))

     - In progmodes/fortran.el:
        (or (equal char (string-to-char " "))

    Aren't these redundant? (I don't think the unibyte/multibyte issue is
    relevant in any of them...)

Please feel free to simplify them.




reply via email to

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