diff options
| author | Andreas Schwab | 2008-07-16 18:06:52 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-07-16 18:06:52 +0000 |
| commit | 720f31474d2a5dd905c30c5fde6cbffccf9b19ea (patch) | |
| tree | 2e9077802311599bc8a2c2129834eade2c72ef5b | |
| parent | 8ee4117341797b62830c474838c376a3ca7d0a5e (diff) | |
| download | emacs-720f31474d2a5dd905c30c5fde6cbffccf9b19ea.tar.gz emacs-720f31474d2a5dd905c30c5fde6cbffccf9b19ea.zip | |
(SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
of easymenu.
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b15dfb30754..0eb8fc0b253 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-07-16 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling | ||
| 4 | of easymenu. | ||
| 5 | |||
| 1 | 2008-07-16 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-07-16 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * xdisp.c (move_it_in_display_line): Account for word wrap, so | 8 | * xdisp.c (move_it_in_display_line): Account for word wrap, so |
diff --git a/src/Makefile.in b/src/Makefile.in index 1e13c916cee..8f2c2f8805f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -899,9 +899,8 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ | |||
| 899 | ../lisp/mouse.elc \ | 899 | ../lisp/mouse.elc \ |
| 900 | ../lisp/term/x-win.elc \ | 900 | ../lisp/term/x-win.elc \ |
| 901 | ../lisp/term/ns-win.elc \ | 901 | ../lisp/term/ns-win.elc \ |
| 902 | ../lisp/emacs-lisp/easy-mmode.elc \ | ||
| 903 | ../lisp/ns-carbon-compat.elc \ | 902 | ../lisp/ns-carbon-compat.elc \ |
| 904 | ../lisp/emacs-lisp/easy-menu.elc | 903 | ../lisp/emacs-lisp/easymenu.elc |
| 905 | 904 | ||
| 906 | /* Construct full set of libraries to be linked. | 905 | /* Construct full set of libraries to be linked. |
| 907 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 906 | Note that SunOS needs -lm to come before -lc; otherwise, you get |