emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104795: * lisp/term/ns-win.el (ns-se


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104795: * lisp/term/ns-win.el (ns-set-resource): Declare.
Date: Wed, 29 Jun 2011 19:54:16 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104795
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-06-29 19:54:16 -0700
message:
  * lisp/term/ns-win.el (ns-set-resource): Declare.
modified:
  lisp/ChangeLog
  lisp/term/ns-win.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-30 02:51:27 +0000
+++ b/lisp/ChangeLog    2011-06-30 02:54:16 +0000
@@ -1,5 +1,7 @@
 2011-06-30  Glenn Morris  <address@hidden>
 
+       * term/ns-win.el (ns-set-resource): Declare.
+
        * ses.el (row, col): Declare dynamic variables honestly.
 
        * textmodes/reftex-parse.el (index-tags): Declare.

=== modified file 'lisp/term/ns-win.el'
--- a/lisp/term/ns-win.el       2011-06-21 18:45:36 +0000
+++ b/lisp/term/ns-win.el       2011-06-30 02:54:16 +0000
@@ -892,6 +892,7 @@
 (declare-function ns-list-services "nsfns.m" ())
 (declare-function x-open-connection "nsfns.m"
                   (display &optional xrm-string must-succeed))
+(declare-function ns-set-resource "nsfns.m" (owner name value))
 
 ;; Do the actual Nextstep Windows setup here; the above code just
 ;; defines functions and variables that we use now.
@@ -916,7 +917,7 @@
   ;; FIXME: This will surely lead to "MODIFIED OUTSIDE CUSTOM" warnings.
   (menu-bar-mode (if (get-lisp-resource nil "Menus") 1 -1))
 
-  ;; OS X Lion introduces PressAndHold, which is unsupported by this port. 
+  ;; OS X Lion introduces PressAndHold, which is unsupported by this port.
   ;; See this thread for more details:
   ;; http://lists.gnu.org/archive/html/emacs-devel/2011-06/msg00505.html
   (ns-set-resource nil "ApplePressAndHoldEnabled" "NO")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]