Mercurial > emacs
comparison src/ChangeLog @ 39700:9d50c1710b8f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 08 Oct 2001 11:43:13 +0000 |
parents | a13ef22770a7 |
children | 28f0aac9eea9 |
comparison
equal
deleted
inserted
replaced
39699:d63a1f537cb7 | 39700:9d50c1710b8f |
---|---|
3 * Makefile.in (lisp, shortlisp): Replace bindings.el with | 3 * Makefile.in (lisp, shortlisp): Replace bindings.el with |
4 bindings.elc, since otherwise doc strings in bindings.el get wrong | 4 bindings.elc, since otherwise doc strings in bindings.el get wrong |
5 offsets in etc/DOC. | 5 offsets in etc/DOC. |
6 | 6 |
7 2001-10-08 Stefan Monnier <monnier@cs.yale.edu> | 7 2001-10-08 Stefan Monnier <monnier@cs.yale.edu> |
8 | |
9 * lisp.h: Remove the entries for keymap.c (moved to keymap.h). | |
10 | |
11 * keyboard.h (map_prompt): Remove. | |
12 | |
13 * xterm.c, w32term.c, term.c, minibuf.c, keymap.c, | |
14 intervals.c, fns.c, doc.c, callint.c: Include keymap.h. | |
8 | 15 |
9 * xmenu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. | 16 * xmenu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. |
10 | 17 |
11 * w32menu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. | 18 * w32menu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. |
12 | 19 |