# HG changeset patch # User Jason Rumney # Date 1236787170 0 # Node ID c6f1ce79df9a301d6b0a2b776079d0061255dccb # Parent 3effe27f535c8b93dbc7cc446f3813fe0e541628 (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. diff -r 3effe27f535c -r c6f1ce79df9a lisp/ChangeLog --- 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 diff -r 3effe27f535c -r c6f1ce79df9a lisp/term/w32-win.el --- a/lisp/term/w32-win.el Wed Mar 11 15:15:09 2009 +0000 +++ b/lisp/term/w32-win.el Wed Mar 11 15:59:30 2009 +0000 @@ -85,7 +85,6 @@ (&optional frame exclude-proportional)) (define-obsolete-function-alias 'w32-select-font 'x-select-font "23.1") -(defvar xlfd-regexp-registry-subnum) (defvar w32-color-map) ;; defined in w32fns.c (declare-function w32-send-sys-command "w32fns.c") @@ -98,10 +97,10 @@ ;; The following definition is used for debugging scroll bar events. ;(defun w32-handle-scroll-bar-event (event) (interactive "e") (princ event)) -(defun w32-drag-n-drop-debug (event) - "Print the drag-n-drop EVENT in a readable form." - (interactive "e") - (princ event)) +;; (defun w32-drag-n-drop-debug (event) +;; "Print the drag-n-drop EVENT in a readable form." +;; (interactive "e") +;; (princ event)) (defun w32-drag-n-drop (event) "Edit the files listed in the drag-n-drop EVENT.