Mercurial > emacs
comparison lisp/ChangeLog @ 50564:e634b5a332d1
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 12 Apr 2003 15:51:57 +0000 (2003-04-12) |
parents | 0b1e9bedf711 |
children | cd863af50ea1 |
comparison
equal
deleted
inserted
replaced
50563:23dfa4b79c21 | 50564:e634b5a332d1 |
---|---|
1 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk> | |
2 | |
3 * play/gomoku.el (gomoku-buffer-name): New constant. | |
4 (gomoku-mode): Doc fix. Add call to kill-all-local-variables. | |
5 (gomoku): Do not call gomoku-switch-to-window directly. | |
6 (gomoku-prompt-for-other-game): Throw an error if no new game. | |
7 (gomoku-switch-to-window): Use gomoku-buffer-name. | |
8 | |
9 * progmodes/f90.el (f90-abbrev-start): Only offer help if | |
10 abbrev-mode is active. | |
11 | |
12 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if | |
13 abbrev-mode is active. | |
14 | |
1 2003-04-12 John Paul Wallington <jpw@gnu.org> | 15 2003-04-12 John Paul Wallington <jpw@gnu.org> |
2 | 16 |
3 * help-fns.el (help-add-fundoc-usage): Pass an empty string to | 17 * help-fns.el (help-add-fundoc-usage): Pass an empty string to |
4 `format' if no newlines are necessary. | 18 `format' if no newlines are necessary. |
5 | 19 |