Mercurial > emacs
diff lisp/ChangeLog @ 102488:c6f1ce79df9a
(w32-initialize-window-system): Don't override
Japanese font settings.
(xlfd-regexp-registry-subnum): Remove unused declaration.
(w32-drag-n-drop-debug): Comment out unused debug function.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 11 Mar 2009 15:59:30 +0000 |
parents | 3effe27f535c |
children | b03522350562 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 11 15:15:09 2009 +0000 +++ b/lisp/ChangeLog Wed Mar 11 15:59:30 2009 +0000 @@ -2,6 +2,8 @@ * term/w32-win.el (w32-initialize-window-system): Don't override Japanese font settings. + (xlfd-regexp-registry-subnum): Remove unused declaration. + (w32-drag-n-drop-debug): Comment out unused debug function. 2009-03-11 Glenn Morris <rgm@gnu.org>