mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(auto-mode-alist): Use \' in auto-mode-alist regexps.
This commit is contained in:
parent
ac6ff3ed72
commit
ebbc29c72f
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
;; - that have a suffix .sh or .shar (shell archive)
|
||||
;; - that contain resources for the various shells
|
||||
;; - startup files for X11
|
||||
(cons '("\\.sh$\\|\\.shar$\\|/\\.\\(profile\\|bash_profile\\|login\\|bash_login\\|logout\\|bash_logout\\|bashrc\\|t?cshrc\\|xinitrc\\|startxrc\\|xsession\\)$" . sh-mode)
|
||||
(cons '("\\.sh\\'\\|\\.shar\\'\\|/\\.\\(profile\\|bash_profile\\|login\\|bash_login\\|logout\\|bash_logout\\|bashrc\\|t?cshrc\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode)
|
||||
auto-mode-alist)))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue