1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-18 06:01:22 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-03-21 13:30:42 +00:00
parent 7dfa5c4928
commit 52bd2f4383
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-03-21 Kim F. Storm <storm@cua.dk>
* progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
fringe-indicator-alist instead of modifying global value.
(gdb-frame-handler): Likewise.
2006-03-21 Nick Roberts <nickrob@snap.net.nz>
* diff-mode.el (diff-function): Make it inherit from diff-header

View file

@ -1,3 +1,9 @@
2006-03-21 Kim F. Storm <storm@cua.dk>
* fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
bitmap here, but ...
(update_window_fringes): ... here, so we can test if it has changed.
2006-03-20 Andreas Schwab <schwab@suse.de>
* dispnew.c (init_display): Check DISPLAY here.