Mercurial > emacs
changeset 101354:8802a9b050fb
* term/ns-win.el (ns-show-manual): Fix node name. (x-open-connection) Fix typo in declaration filename.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Thu, 22 Jan 2009 12:31:36 +0000 |
parents | 08e158d75ee0 |
children | 1cda0fcef248 |
files | lisp/ChangeLog lisp/term/ns-win.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 22 12:23:47 2009 +0000 +++ b/lisp/ChangeLog Thu Jan 22 12:31:36 2009 +0000 @@ -1,3 +1,8 @@ +2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com> + + * term/ns-win.el (ns-show-manual): Fix node name. + (x-open-connection) Fix typo in declaration filename. + 2009-01-22 Romain Francoise <romain@orebokech.com> * Makefile.in (ELCFILES): Update.
--- a/lisp/term/ns-win.el Thu Jan 22 12:23:47 2009 +0000 +++ b/lisp/term/ns-win.el Thu Jan 22 12:31:36 2009 +0000 @@ -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