mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 12:27:33 +00:00
(SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
of easymenu.
This commit is contained in:
parent
8ee4117341
commit
720f31474d
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-07-16 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
|
||||
of easymenu.
|
||||
|
||||
2008-07-16 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* xdisp.c (move_it_in_display_line): Account for word wrap, so
|
||||
|
|
|
|||
|
|
@ -899,9 +899,8 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
|
|||
../lisp/mouse.elc \
|
||||
../lisp/term/x-win.elc \
|
||||
../lisp/term/ns-win.elc \
|
||||
../lisp/emacs-lisp/easy-mmode.elc \
|
||||
../lisp/ns-carbon-compat.elc \
|
||||
../lisp/emacs-lisp/easy-menu.elc
|
||||
../lisp/emacs-lisp/easymenu.elc
|
||||
|
||||
/* Construct full set of libraries to be linked.
|
||||
Note that SunOS needs -lm to come before -lc; otherwise, you get
|
||||
|
|
|
|||
Loading…
Reference in a new issue