/[emacs]/emacs/lisp/international/mule.el
ViewVC logotype

Diff of /emacs/lisp/international/mule.el

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

revision 1.142 by kai, Mon May 20 11:01:14 2002 UTC revision 1.143 by kai, Mon May 20 14:13:10 2002 UTC
# Line 1462  text, and convert it in the temporary bu Line 1462  text, and convert it in the temporary bu
1462  (defcustom auto-coding-alist  (defcustom auto-coding-alist
1463    '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion)    '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion)
1464      ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)      ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)
1465      ("/#[^/]+#\\'" . no-conversion))      ("/#[^/]+#\\'" . emacs-mule))
1466    "Alist of filename patterns vs corresponding coding systems.    "Alist of filename patterns vs corresponding coding systems.
1467  Each element looks like (REGEXP . CODING-SYSTEM).  Each element looks like (REGEXP . CODING-SYSTEM).
1468  A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading.  A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading.

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

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