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
2fd0161b
Commit
2fd0161b
authored
Sep 12, 2009
by
Chong Yidong
Browse files
* fns.c (syms_of_fns): Doc fix (Bug#4227).
parent
bc5e75b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/fns.c
src/fns.c
+3
-3
No files found.
src/ChangeLog
View file @
2fd0161b
2009-09-12 Chong Yidong <cyd@stupidchicken.com>
* fns.c (syms_of_fns): Doc fix (Bug#4227).
2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
* keymap.c (Fwhere_is_internal): Use nconc2.
...
...
src/fns.c
View file @
2fd0161b
...
...
@@ -5251,9 +5251,9 @@ non-nil. */);
DEFVAR_BOOL
(
"use-file-dialog"
,
&
use_file_dialog
,
doc:
/* *Non-nil means mouse commands use a file dialog to ask for files.
This applies to commands from menus and tool bar buttons even when
they are initiated from the keyboard.
The value o
f `use-dialog-box'
t
akes precedence over this variable, so a file dialog is only used i
f
both `use-dialog-box' and
this variable
are non-nil
. */
);
they are initiated from the keyboard.
I
f `use-dialog-box'
is nil,
t
hat disables the use of a file dialog, regardless of the value o
f
this variable. */
);
use_file_dialog
=
1
;
defsubr
(
&
Sidentity
);
...
...
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