From: Richard M. Stallman Date: Mon, 1 Sep 1997 21:29:44 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: emacs-20.1~285 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b4dd2e27e7ddde17435d2a90ad27747bfb30b96;p=emacs.git Fix indentation. --- diff --git a/lisp/files.el b/lisp/files.el index 896640171c1..7b5bca4a4db 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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) "#"))