Changeset 4085 for trunk/lisp/files.el
- Timestamp:
- 05/18/06 16:19:18 (3 years ago)
- Files:
-
- trunk/lisp/files.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/files.el
r4079 r4085 1898 1898 ;; The list of archive file extensions should be in sync with 1899 1899 ;; `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) 1902 1902 ("\\.\\(sx[dmicw]\\|odt\\)\\'" . archive-mode) ; OpenOffice.org 1903 1903 ;; Mailer puts message to be edited in … … 3063 3063 "Return FILENAME's final \"extension\". 3064 3064 The extension, in a file name, is the part that follows the last `.', 3065 excluding version numbers and backup suffixes, 3065 3066 except that a leading `.', if any, doesn't count. 3066 3067 Return nil for extensionless file names such as `foo'. … … 4105 4106 ;; Keep the current buffer-file-coding-system. 4106 4107 (coding-system buffer-file-coding-system) 4107 ;; Auto-saved file shoul ebe read with special coding.4108 ;; Auto-saved file should be read with special coding. 4108 4109 (coding-system-for-read 'auto-save-coding)) 4109 4110 (erase-buffer)
