diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-25 18:07:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-25 18:07:11 +0000 |
commit | 54938d48b75070705ea3f04947bc467b01e1e999 (patch) | |
tree | 17460256087992a825019254130b80ac20f0c2bf /configure1.in | |
parent | e64bf3832d4793dd0f84f1256f952c1b03b22762 (diff) | |
download | emacs-54938d48b75070705ea3f04947bc467b01e1e999.tar.gz |
Fix another message.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 5635474b0fb..87618609f53 100755 --- a/configure1.in +++ b/configure1.in @@ -922,7 +922,7 @@ case "${window_system}" in fi ;; * ) - echo "Don\'t specify the window system more than once." >&2 + echo "Don't specify the window system more than once." >&2 exit 1 ;; esac |