Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5cc443fe
Commit
5cc443fe
authored
Sep 11, 2009
by
Glenn Morris
Browse files
(x-display-name, x-setup-function-keys): Unify doc-strings with X versions.
parent
7e596924
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
lisp/ChangeLog
lisp/ChangeLog
+22
-0
lisp/term/ns-win.el
lisp/term/ns-win.el
+4
-2
No files found.
lisp/ChangeLog
View file @
5cc443fe
2009-09-11 Glenn Morris <rgm@gnu.org>
* apropos.el (apropos-documentation-check-doc-file): Exclude unbound
functions and variables, since they must be stuff specific to some other
platform.
(apropos-print): Make mouse-click message less specific about button.
* emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
that records where a macro was defined.
* help-fns.el (describe-function-1): Mention if a function has a
compiler-macro.
* help-mode.el (help-function-cmacro): New button.
* locate.el (top-level): Always require dired.
(locate-mode-map): Initialize inside the defvar.
* net/ange-ftp.el (dired-compress-file): Declare.
(ange-ftp-dired-compress-file): Add doc string.
* term/ns-win.el (x-display-name, x-setup-function-keys):
Unify doc-strings with X versions.
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
* emulation/crisp.el (crisp-mode-map): Move initialization
...
...
lisp/term/ns-win.el
View file @
5cc443fe
...
...
@@ -101,7 +101,9 @@
;; Set (but not used?) in frame.el.
(
defvar
x-display-name
nil
"The name of the Nextstep display on which Emacs was started."
)
"The name of the window display on which Emacs was started.
On X, the display name of individual X frames is recorded in the
`display' frame parameter."
)
;; nsterm.m.
(
defvar
ns-input-file
)
...
...
@@ -309,7 +311,7 @@ The properties returned may include `top', `left', `height', and `width'."
(defalias 'do-applescript 'ns-do-applescript)
(defun x-setup-function-keys (frame)
"
Set
up
function
key
s
on
the
graphical
frame
FRAME.
"
"
Set
up
`
function
-
key
-map
'
on
the
graphical
frame
FRAME.
"
(unless (terminal-parameter frame 'x-setup-function-keys)
(with-selected-frame frame
(setq interprogram-cut-function 'x-select-text
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment