* term/ns-win.el (ns-show-manual): Fix node name. (x-open-connection) Fix typo in declaration filename.
This commit is contained in:
parent
c7cef62d4d
commit
b51a33657e
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -354,7 +354,7 @@ this defaults to \"printenv\"."
|
|||
(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 @@ Note, tranparency works better on Tiger (10.4) and higher."
|
|||
"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
|
||||
|
|
Loading…
Add table
Reference in a new issue