/[auctex]/auctex/latex.el
ViewVC logotype

Diff of /auctex/latex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.387 by arne, Wed Oct 12 13:03:57 2005 UTC revision 5.388 by arne, Wed Oct 19 21:19:11 2005 UTC
# Line 1570  ELSE as an argument list." Line 1570  ELSE as an argument list."
1570                  (fboundp var))                  (fboundp var))
1571              (if (functionp var)              (if (functionp var)
1572                  (setq options (funcall var))                  (setq options (funcall var))
1573                (setq options                (when (symbol-value var)
1574                      (mapconcat 'identity                  (setq options
1575                                 (TeX-completing-read-multiple                        (mapconcat 'identity
1576                                  "Options: " (mapcar 'list (symbol-value var)))                                   (TeX-completing-read-multiple
1577                                 ",")))                                    "Options: " (mapcar 'list (symbol-value var)))
1578                                     ","))))
1579            (setq options (read-string "Options: ")))            (setq options (read-string "Options: ")))
1580          (TeX-argument-insert options t)))))          (when options
1581              (TeX-argument-insert options t))))))
1582    
1583  (defvar TeX-global-input-files nil  (defvar TeX-global-input-files nil
1584    "List of the non-local TeX input files.    "List of the non-local TeX input files.

Legend:
Removed from v.5.387  
changed lines
  Added in v.5.388

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26