diff options
| author | Richard M. Stallman | 1994-09-21 19:05:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-21 19:05:52 +0000 |
| commit | fe213bf888a358f69c681c6a8700fc019fdaca86 (patch) | |
| tree | cdf956231395509e7abd0e33dd2c7b21ead015a8 | |
| parent | cacc3e2c4bd13635f1f3fba77ff01206cbea5593 (diff) | |
| download | emacs-fe213bf888a358f69c681c6a8700fc019fdaca86.tar.gz emacs-fe213bf888a358f69c681c6a8700fc019fdaca86.zip | |
Fix indentation.
| -rw-r--r-- | lisp/progmodes/compile.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index c3c6b48f1c8..f54e6e7c284 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -1088,9 +1088,9 @@ Selects a window with point at SOURCE, with another window displaying ERROR." | |||
| 1088 | (set-window-start w marker)) | 1088 | (set-window-start w marker)) |
| 1089 | (setq name | 1089 | (setq name |
| 1090 | (expand-file-name | 1090 | (expand-file-name |
| 1091 | (read-file-name | 1091 | (read-file-name (format "Find this error in: (default %s) " |
| 1092 | (format "Find this error in: (default %s) " | 1092 | filename) |
| 1093 | filename) dir filename t))) | 1093 | dir filename t))) |
| 1094 | (if (file-directory-p name) | 1094 | (if (file-directory-p name) |
| 1095 | (setq name (concat (file-name-as-directory name) filename))) | 1095 | (setq name (concat (file-name-as-directory name) filename))) |
| 1096 | (if (file-exists-p name) | 1096 | (if (file-exists-p name) |