Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
970fd401
Commit
970fd401
authored
May 10, 2014
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/fileio.c (Ffile_executable_p): Doc tweak.
parent
0add0959
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/fileio.c
src/fileio.c
+3
-1
No files found.
src/ChangeLog
View file @
970fd401
2014-05-11 Glenn Morris <rgm@gnu.org>
* fileio.c (Ffile_executable_p): Doc tweak.
2014-05-10 Jan Djärv <jan.h.d@swipnet.se>
2014-05-10 Jan Djärv <jan.h.d@swipnet.se>
* xsettings.c (init_gsettings): Use g_settings_schema_source_lookup
* xsettings.c (init_gsettings): Use g_settings_schema_source_lookup
...
...
src/fileio.c
View file @
970fd401
...
@@ -2546,7 +2546,9 @@ Use `file-symlink-p' to test for such links. */)
...
@@ -2546,7 +2546,9 @@ Use `file-symlink-p' to test for such links. */)
DEFUN
(
"file-executable-p"
,
Ffile_executable_p
,
Sfile_executable_p
,
1
,
1
,
0
,
DEFUN
(
"file-executable-p"
,
Ffile_executable_p
,
Sfile_executable_p
,
1
,
1
,
0
,
doc
:
/* Return t if FILENAME can be executed by you.
doc
:
/* Return t if FILENAME can be executed by you.
For a directory, this means you can access files in that directory. */
)
For a directory, this means you can access files in that directory.
\(It is generally better to use `file-accessible-directory-p' for that
purpose, though.) */
)
(
Lisp_Object
filename
)
(
Lisp_Object
filename
)
{
{
Lisp_Object
absname
;
Lisp_Object
absname
;
...
...
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