Changes committed gnus/lisp (ChangeLog lpath.el)

"Katsumi Yamaoka" <[email protected]> Tue, 29 Jul 2008 01:47:20 +0200
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog lpath.el

No need to fbind ns-focus-frame.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1892 gnus/lisp/ChangeLog:7.1893
--- ChangeLog:7.1892	Sun Jul 27 02:26:58 2008
+++ ChangeLog	Tue Jul 29 01:47:19 2008
@@ -1,3 +1,7 @@
+2008-07-28  Katsumi Yamaoka  <[email protected]>
+
+	* lpath.el: No need to fbind ns-focus-frame.
+
 2008-07-24  Katsumi Yamaoka  <[email protected]>
 
 	* gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
Index: lpath.el
diff -u gnus/lisp/lpath.el:7.44 gnus/lisp/lpath.el:7.45
--- lpath.el:7.44	Fri Jul 18 04:28:55 2008
+++ lpath.el	Tue Jul 29 01:47:19 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 ns-focus-frame
-       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 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,9 +79,8 @@
     (maybe-fbind
      '(custom-autoload
        display-graphic-p display-images-p display-visual-class
-       get-display-table ns-focus-frame put-display-table
-       select-frame-set-input-focus unicode-precedence-list w32-focus-frame
-       x-focus-frame))
+       get-display-table put-display-table select-frame-set-input-focus
+       unicode-precedence-list w32-focus-frame x-focus-frame))
     (maybe-bind
      '(default-file-name-coding-system)))