comparison lisp/progmodes/sh-script.el @ 18382:0e4943a370e2

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:47:05 +0000
parents 58afe194f1bd
children 7f11f103a0ca
comparison
equal deleted inserted replaced
18381:d7ba4cdf0e37 18382:0e4943a370e2
1457 (interactive) 1457 (interactive)
1458 (if (re-search-forward sh-end-of-command nil t) 1458 (if (re-search-forward sh-end-of-command nil t)
1459 (goto-char (match-end 1)))) 1459 (goto-char (match-end 1))))
1460 1460
1461 (provide 'sh-script) 1461 (provide 'sh-script)
1462
1462 ;; sh-script.el ends here 1463 ;; sh-script.el ends here