diff options
| author | Stefan Monnier | 2004-04-13 23:16:57 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-04-13 23:16:57 +0000 |
| commit | bfd271b57749c4e7f74484f80d3dd0873a5b7dcc (patch) | |
| tree | acb69dd3de9b426efa0bf10847c2cde03dc1cc60 | |
| parent | 9da85ee5a07aa6ff061bcaf519b6eec6ce2c7105 (diff) | |
| download | emacs-bfd271b57749c4e7f74484f80d3dd0873a5b7dcc.tar.gz emacs-bfd271b57749c4e7f74484f80d3dd0873a5b7dcc.zip | |
Paren typo.
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index dfd1f0a3eea..e8dfacb5966 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -1371,7 +1371,7 @@ Use this command in a compilation log buffer. Sets the mark at point there." | |||
| 1371 | (dired-other-window (car (get-text-property (point) 'directory))) | 1371 | (dired-other-window (car (get-text-property (point) 'directory))) |
| 1372 | (push-mark) | 1372 | (push-mark) |
| 1373 | (setq compilation-current-error (point)) | 1373 | (setq compilation-current-error (point)) |
| 1374 | (next-error 0))))) | 1374 | (next-error 0))) |
| 1375 | 1375 | ||
| 1376 | ;; Return a compilation buffer. | 1376 | ;; Return a compilation buffer. |
| 1377 | ;; If the current buffer is a compilation buffer, return it. | 1377 | ;; If the current buffer is a compilation buffer, return it. |