emacs-devel
[Top][All Lists]
Advanced

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

Re: #2 [Was: Re: Function attributes for make-docfile]


From: Stefan Monnier
Subject: Re: #2 [Was: Re: Function attributes for make-docfile]
Date: Wed, 14 Jan 2015 12:49:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +       else if (strcmp (globals[i].name, "Fnext_read_file_uses_dialog_p")
> +                == 0)
> +         {
> +           /* It would be nice to have a cleaner way to deal with this
> +              special hack.  */
> +           fputs (("\n"
> +                   "#if ! (defined USE_GTK || defined USE_MOTIF \\\n"
> +                   "       || defined HAVE_NS || defined HAVE_NTGUI)\n"
> +                   "\tATTRIBUTE_CONST\n"
> +                   "#endif\n"),
> +                  stdout);
> +         }

This is hideous.  Why do we need that?

> -before any other event (mouse or keypress) is handled.  */
> -       attributes: const)
> +before any other event (mouse or keypress) is handled.  */)

God,


        Stefan



reply via email to

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