Skip to content

Commit

Permalink
Minor reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtsmith committed Feb 24, 2010
1 parent 8b64b87 commit 0ec629a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions idlw-shell.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1788,8 +1788,7 @@ position if no recognized message is found, unless it is
idlwave-shell-command-output) idlwave-shell-command-output)
(string-match idlwave-shell-other-error (string-match idlwave-shell-other-error
idlwave-shell-command-output)) idlwave-shell-command-output))
(with-current-buffer (with-current-buffer (get-buffer-create idlwave-shell-error-buffer)
(get-buffer-create idlwave-shell-error-buffer)
(erase-buffer) (erase-buffer)
(insert idlwave-shell-command-output) (insert idlwave-shell-command-output)
(goto-char (point-min)) (goto-char (point-min))
Expand Down

0 comments on commit 0ec629a

Please sign in to comment.