diff options
| author | Adrian Robert | 2009-01-22 12:31:36 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-01-22 12:31:36 +0000 |
| commit | b51a33657e944bf3459e7d94ab77c657a5ce9590 (patch) | |
| tree | 71b4c1b99edc55a92448a9621432b3aa970e25a4 | |
| parent | c7cef62d4d2307682398fe5eb7e7a38640f52b2c (diff) | |
| download | emacs-b51a33657e944bf3459e7d94ab77c657a5ce9590.tar.gz emacs-b51a33657e944bf3459e7d94ab77c657a5ce9590.zip | |
* term/ns-win.el (ns-show-manual): Fix node name. (x-open-connection) Fix typo in declaration filename.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/term/ns-win.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8cb1fe342c..b8f05334b1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * term/ns-win.el (ns-show-manual): Fix node name. | ||
| 4 | (x-open-connection) Fix typo in declaration filename. | ||
| 5 | |||
| 1 | 2009-01-22 Romain Francoise <romain@orebokech.com> | 6 | 2009-01-22 Romain Francoise <romain@orebokech.com> |
| 2 | 7 | ||
| 3 | * Makefile.in (ELCFILES): Update. | 8 | * Makefile.in (ELCFILES): Update. |
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 6d9d6e639d7..631d8429821 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -354,7 +354,7 @@ this defaults to \"printenv\"." | |||
| 354 | (progn | 354 | (progn |
| 355 | (defun ns-show-manual () "Show Emacs.app section in the Emacs manual" | 355 | (defun ns-show-manual () "Show Emacs.app section in the Emacs manual" |
| 356 | (interactive) | 356 | (interactive) |
| 357 | (info "(emacs)Mac OS")) | 357 | (info "(emacs) Mac OS / GNUstep")) |
| 358 | (setq where-is-preferred-modifier 'super) | 358 | (setq where-is-preferred-modifier 'super) |
| 359 | (setq scroll-preserve-screen-position t) | 359 | (setq scroll-preserve-screen-position t) |
| 360 | (transient-mark-mode 1) | 360 | (transient-mark-mode 1) |
| @@ -1550,7 +1550,7 @@ Note, tranparency works better on Tiger (10.4) and higher." | |||
| 1550 | "Non-nil if Nextstep windowing has been initialized.") | 1550 | "Non-nil if Nextstep windowing has been initialized.") |
| 1551 | 1551 | ||
| 1552 | (declare-function ns-list-services "nsfns.m" ()) | 1552 | (declare-function ns-list-services "nsfns.m" ()) |
| 1553 | (declare-function x-open-connection "xfns.c" | 1553 | (declare-function x-open-connection "nsfns.m" |
| 1554 | (display &optional xrm-string must-succeed)) | 1554 | (display &optional xrm-string must-succeed)) |
| 1555 | 1555 | ||
| 1556 | ;; Do the actual Nextstep Windows setup here; the above code just | 1556 | ;; Do the actual Nextstep Windows setup here; the above code just |