Show
Ignore:
Timestamp:
08/10/06 11:19:54 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/international/latexenc.el

    r4020 r4140  
    139139               (t 'undecided))) 
    140140          ;; 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) 
    143149            ;; Is there a TeX-master or tex-main-file in the local variables 
    144150            ;; section?