mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
*** empty log message ***
This commit is contained in:
parent
9ef4768309
commit
c25773c46d
@ -52,7 +52,7 @@
|
||||
; Packers
|
||||
("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t)
|
||||
; Unix stuff
|
||||
("\\.sx[dmicw]$" . t) ; Open office
|
||||
("\\.sx[dmicw]$" . t) ; OpenOffice.org
|
||||
("\\.tp[ulpw]$" . t) ; borland Pascal stuff
|
||||
("[:/]tags$" . nil) ; emacs TAGS file
|
||||
)
|
||||
|
@ -1559,7 +1559,7 @@ in that case, this function acts as if `enable-local-variables' were t."
|
||||
("\\.tar\\'" . tar-mode)
|
||||
("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\)\\'" . archive-mode)
|
||||
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . archive-mode)
|
||||
("\\.sx[dmicw]\\'" . archive-mode) ; Open office
|
||||
("\\.sx[dmicw]\\'" . archive-mode) ; OpenOffice.org
|
||||
;; Mailer puts message to be edited in
|
||||
;; /tmp/Re.... or Message
|
||||
("\\`/tmp/Re" . text-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user