Changes committed gnus/lisp (ChangeLog lpath.el)

"Katsumi Yamaoka" <[email protected]> Fri, 18 Jul 2008 04:28:55 +0200
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog lpath.el

Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and SXEmacs.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1888 gnus/lisp/ChangeLog:7.1889
--- ChangeLog:7.1888	Fri Jul 18 01:43:41 2008
+++ ChangeLog	Fri Jul 18 04:28:55 2008
@@ -1,3 +1,8 @@
+2008-07-18  Katsumi Yamaoka  <[email protected]>
+
+	* lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
+	SXEmacs.
+
 2008-07-16  Glenn Morris  <[email protected]>
 
 	* gnus-util.el (ns-focus-frame): Declare for compiler.
Index: lpath.el
diff -u gnus/lisp/lpath.el:7.43 gnus/lisp/lpath.el:7.44
--- lpath.el:7.43	Mon Jun 16 02:03:09 2008
+++ lpath.el	Fri Jul 18 04:28:55 2008
@@ -20,9 +20,9 @@
     (maybe-fbind
      '(Info-index
        Info-index-next Info-menu bbdb-complete-name display-time-event-handler
-       epg-check-configuration find-coding-system frame-device w3-do-setup
-       w3-prepare-buffer w3-region w32-focus-frame w3m-detect-meta-charset
-       w3m-region)))
+       epg-check-configuration find-coding-system frame-device ns-focus-frame
+       w3-do-setup w3-prepare-buffer w3-region w32-focus-frame
+       w3m-detect-meta-charset w3m-region)))
 
   (when (= emacs-major-version 21)
     (defun split-line (&optional arg))
@@ -79,8 +79,9 @@
     (maybe-fbind
      '(custom-autoload
        display-graphic-p display-images-p display-visual-class
-       get-display-table put-display-table select-frame-set-input-focus
-       unicode-precedence-list w32-focus-frame x-focus-frame))
+       get-display-table ns-focus-frame put-display-table
+       select-frame-set-input-focus unicode-precedence-list w32-focus-frame
+       x-focus-frame))
     (maybe-bind
      '(default-file-name-coding-system)))