>> "Tassilo" == Tassilo Horn <[email protected]> writes:

   > Uwe Brauer <[email protected]> writes:
   > Hi Uwe,

   > Do you customize TeX-expand-list? 

Yes always!
   > It seems it contains an entry for
   > `TeX-source-specials-expand-options', but this variable doesn't
   > exist in 11.87. There this variable is named
   > `TeX-source-correlate-expand-options'.

Ah backward compatibility. I want to jump between 11.84 and 11.87 but I
don't want to change my setting all the time. 
Could I do (untested)

(defvar my-auctex-version  (string-match "11.87" AUCTeX-version))
(cond (my-auctex-version
(defalias 'TeX-source-specials-expand-options 
'TeX-source-correlate-expand-options))


Uwe 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to