mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
Fix indentation.
This commit is contained in:
parent
68e3e5f5e2
commit
5b4dd2e27e
1 changed files with 1 additions and 1 deletions
|
|
@ -2742,7 +2742,7 @@ See also `auto-save-file-name-p'."
|
|||
(if (and (eq system-type 'ms-dos)
|
||||
(not (msdos-long-file-names)))
|
||||
(let ((fn (file-name-nondirectory buffer-file-name)))
|
||||
(string-match "\\`\\([^.]+\\)\\(\\.\\(..?\\)?.?\\|\\)\\'" fn)
|
||||
(string-match "\\`\\([^.]+\\)\\(\\.\\(..?\\)?.?\\|\\)\\'" fn)
|
||||
(concat (file-name-directory buffer-file-name)
|
||||
"#" (match-string 1 fn)
|
||||
"." (match-string 3 fn) "#"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue