emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-24 r117077: Fix initialization of minibuffer his


From: Stefan Monnier
Subject: Re: [Emacs-diffs] emacs-24 r117077: Fix initialization of minibuffer history variable, bug #17430.
Date: Wed, 07 May 2014 14:30:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>    if (!NILP (Vminibuffer_completing_file_name))
>      Vminibuffer_completing_file_name = Qlambda;
 
> +  /* If variable is unbound, make it nil.  */
> +  Lisp_Object histval = find_symbol_value (Vminibuffer_history_variable);

Emacs currently presumes a C version that doesn't allow such
"declarations after statements".


        Stefan



reply via email to

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