Mercurial > emacs
comparison leim/makefile.w32-in @ 109956:ce960720ed3f
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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 22 Aug 2010 17:15:20 -0400 |
parents | 0be378fcb83b |
children | c55486404fcd |
comparison
equal
deleted
inserted
replaced
109955:4ed076eb5529 | 109956:ce960720ed3f |
---|---|
35 BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe | 35 BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe |
36 | 36 |
37 buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp | 37 buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp |
38 | 38 |
39 # How to run Emacs. | 39 # How to run Emacs. |
40 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file --multibyte | 40 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file |
41 | 41 |
42 # Set EMACSLOADPATH correctly (already defined in environment). | 42 # Set EMACSLOADPATH correctly (already defined in environment). |
43 EMACSLOADPATH=$(buildlisppath) | 43 EMACSLOADPATH=$(buildlisppath) |
44 | 44 |
45 # Subdirectories to be made if $(srcdir) is different from the current | 45 # Subdirectories to be made if $(srcdir) is different from the current |