auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] subfiles.el: implement patch provided by Arash Esbati


From: Mosè Giordano
Subject: Re: [AUCTeX-devel] subfiles.el: implement patch provided by Arash Esbati
Date: Tue, 29 Nov 2016 00:52:12 +0100

Hi Uwe,

> +   ;; Tell RefTeX the same thing.
> +   (when (and (boundp 'reftex-include-file-commands)
> +          (not (member "subfile" reftex-include-file-commands)))
> +     (add-to-list 'reftex-include-file-commands "subfile" t)

Why do you check if "subfile" is member of
`reftex-include-file-commands' before calling `add-to-list'?  This
same test is done inside `add-to-list'.

Bye,
Mosè



reply via email to

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