aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
diff options
context:
space:
mode:
authorChong Yidong2010-08-22 17:15:20 -0400
committerChong Yidong2010-08-22 17:15:20 -0400
commit198a7a97ff99b96523f7c0736aa303d305595094 (patch)
tree956fc21f7bd577ca58c981dd67859409dfb0153e /msdos
parentb0126eac41487b9bca5af5cbb2212ff5b2c58b80 (diff)
downloademacs-198a7a97ff99b96523f7c0736aa303d305595094.tar.gz
emacs-198a7a97ff99b96523f7c0736aa303d305595094.zip
Make obsolete --unibyte argument do nothing (Bug#6886).
* src/emacs.c (main): Remove --unibyte handling (Bug#6886). * lisp/startup.el (command-line-1): Issue warning for ignored arguments --unibyte, etc (Bug#6886). * doc/lispref/nonascii.texi (Text Representations): * doc/lispref/loading.texi (Loading Non-ASCII): * doc/lispref/compile.texi (Byte Compilation): Don't mention obsolete --unibyte command-line argument.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sedleim.inp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp
index 20da3e64ae5..b5193e665a7 100644
--- a/msdos/sedleim.inp
+++ b/msdos/sedleim.inp
@@ -34,7 +34,7 @@ s|\([ ]\)echo|\1djecho|g
34 34
35/RUN-EMACS *=/,/^$/c\ 35/RUN-EMACS *=/,/^$/c\
36export EMACSLOADPATH=${buildlisppath}\ 36export EMACSLOADPATH=${buildlisppath}\
37RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte 37RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file
38 38
39/^ cd ../c\ 39/^ cd ../c\
40 ${MAKE} -C ../src ${MFLAGS} emacs 40 ${MAKE} -C ../src ${MFLAGS} emacs