Show
Ignore:
Timestamp:
05/18/06 16:19:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4079 r4085  
    18981898     ;; The list of archive file extensions should be in sync with 
    18991899     ;; `auto-coding-alist' with `no-conversion' coding system. 
    1900      ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\|xpi\\)\\'" . archive-mode) 
    1901      ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . archive-mode) 
     1900     ("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\)\\'" . archive-mode) 
     1901     ("\\.\\(ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . archive-mode) 
    19021902     ("\\.\\(sx[dmicw]\\|odt\\)\\'" . archive-mode)     ; OpenOffice.org 
    19031903     ;; Mailer puts message to be edited in 
     
    30633063  "Return FILENAME's final \"extension\". 
    30643064The extension, in a file name, is the part that follows the last `.', 
     3065excluding version numbers and backup suffixes, 
    30653066except that a leading `.', if any, doesn't count. 
    30663067Return nil for extensionless file names such as `foo'. 
     
    41054106                 ;; Keep the current buffer-file-coding-system. 
    41064107                 (coding-system buffer-file-coding-system) 
    4107                  ;; Auto-saved file shoule be read with special coding. 
     4108                 ;; Auto-saved file should be read with special coding. 
    41084109                 (coding-system-for-read 'auto-save-coding)) 
    41094110             (erase-buffer)