Mercurial > emacs
changeset 84633:74f243cb2274
(w32-focus-frame): Make obsolete alias for x-focus-frame.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 18 Sep 2007 22:17:49 +0000 |
parents | feefd62722f7 |
children | a5e09adf5e2e |
files | lisp/term/w32-win.el |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/w32-win.el Tue Sep 18 22:17:29 2007 +0000 +++ b/lisp/term/w32-win.el Tue Sep 18 22:17:49 2007 +0000 @@ -80,6 +80,10 @@ (require 'dnd) (require 'code-pages) +;; Keep an obsolete alias for w32-focus-frame in case it is used by code +;; outside Emacs. +(define-obsolete-function-alias 'w32-focus-frame 'x-focus-frame "23.1") + (defvar xlfd-regexp-registry-subnum) ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles @@ -1122,7 +1126,10 @@ (png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll") (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll") (tiff "libtiff3.dll" "libtiff.dll") - (gif "giflib4.dll" "libungif4.dll" "libungif.dll"))) + (gif "giflib4.dll" "libungif4.dll" "libungif.dll") + (svg "librsvg-2-2.dll") + (gdk-pixbuf "libgdk_pixbuf-2.0-0.dll") + (glib "libglib-2.0-0.dll"))) ;;; multi-tty support (defvar w32-initialized nil