emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog term/ns-win.el


From: Adrian Robert
Subject: [Emacs-diffs] emacs/lisp ChangeLog term/ns-win.el
Date: Thu, 22 Jan 2009 12:31:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/01/22 12:31:38

Modified files:
        lisp           : ChangeLog 
        lisp/term      : ns-win.el 

Log message:
        * term/ns-win.el (ns-show-manual): Fix node name.  (x-open-connection) 
Fix typo in declaration filename.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15144&r2=1.15145
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/ns-win.el?cvsroot=emacs&r1=1.30&r2=1.31

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15144
retrieving revision 1.15145
diff -u -b -r1.15144 -r1.15145
--- ChangeLog   22 Jan 2009 07:00:08 -0000      1.15144
+++ ChangeLog   22 Jan 2009 12:31:36 -0000      1.15145
@@ -1,3 +1,8 @@
+2009-01-22  Adrian Robert  <address@hidden>
+
+       * term/ns-win.el (ns-show-manual): Fix node name.
+       (x-open-connection) Fix typo in declaration filename.
+
 2009-01-22  Romain Francoise  <address@hidden>
 
        * Makefile.in (ELCFILES): Update.

Index: term/ns-win.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/ns-win.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- term/ns-win.el      10 Jan 2009 22:08:37 -0000      1.30
+++ term/ns-win.el      22 Jan 2009 12:31:38 -0000      1.31
@@ -354,7 +354,7 @@
       (progn
        (defun ns-show-manual () "Show Emacs.app section in the Emacs manual"
           (interactive)
-          (info "(emacs)Mac OS"))
+          (info "(emacs) Mac OS / GNUstep"))
        (setq where-is-preferred-modifier 'super)
         (setq scroll-preserve-screen-position t)
         (transient-mark-mode 1)
@@ -1550,7 +1550,7 @@
   "Non-nil if Nextstep windowing has been initialized.")
 
 (declare-function ns-list-services "nsfns.m" ())
-(declare-function x-open-connection "xfns.c"
+(declare-function x-open-connection "nsfns.m"
                   (display &optional xrm-string must-succeed))
 
 ;; Do the actual Nextstep Windows setup here; the above code just




reply via email to

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