1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-10-06 13:30:34 +00:00
parent ec579201ee
commit ee37d13588
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-10-06 Kim F. Storm <storm@cua.dk>
* ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2006-10-05 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)

View file

@ -1,3 +1,7 @@
2006-10-06 Kim F. Storm <storm@cua.dk>
* xdisp.c (pos_visible_p): Fix value when EOB is visible.
2006-10-05 Chong Yidong <cyd@stupidchicken.com>
* frame.c (Qinhibit_face_set_after_frame_default): New var.