Mercurial > emacs
comparison lisp/ChangeLog @ 55557:2230abc1601e
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 12 May 2004 20:42:07 +0000 |
parents | a284f5947f0c |
children | b4deb4abca4d |
comparison
equal
deleted
inserted
replaced
55556:a284f5947f0c | 55557:2230abc1601e |
---|---|
1 2004-05-12 Nick Roberts <nickrob@gnu.org> | |
2 | |
3 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to | |
4 kill-buffer-hook here and make it local. | |
5 (gud-kill-buffer-hook): Use kill-process for a sure kill. | |
6 | |
1 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org> | 7 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org> |
2 | 8 |
3 * progmodes/compile.el (compilation-set-window-height): Use | 9 * progmodes/compile.el (compilation-set-window-height): Use |
4 save-excursion to protect against misplaced marker. | 10 save-excursion to protect against misplaced marker. |
5 | 11 |