Changeset 4140 for trunk/lisp/international/latexenc.el
- Timestamp:
- 08/10/06 11:19:54 (2 years ago)
- Files:
-
- trunk/lisp/international/latexenc.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/international/latexenc.el
r4020 r4140 139 139 (t 'undecided))) 140 140 ;; else try to find it in the master/main file 141 (let ((default-directory (file-name-directory (nth 1 arg-list))) 142 latexenc-main-file) 141 142 ;; Fixme: If the current file is in an archive (e.g. tar, 143 ;; zip), we should find the master file in that archive. 144 ;; But, that is not yet implemented. -- K.Handa 145 (let ((default-directory (if (stringp (nth 1 arg-list)) 146 (file-name-directory (nth 1 arg-list)) 147 default-directory)) 148 latexenc-main-file) 143 149 ;; Is there a TeX-master or tex-main-file in the local variables 144 150 ;; section?
