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
294f1c39
Commit
294f1c39
authored
Dec 17, 2006
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
b6ce54d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletion
+18
-1
etc/NEWS
etc/NEWS
+5
-1
lispref/ChangeLog
lispref/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+8
-0
No files found.
etc/NEWS
View file @
294f1c39
...
...
@@ -4548,6 +4548,10 @@ autoloaded when not really necessary.
***
The
function
`
make
-
auto
-
save
-
file
-
name
' is now handled by file
name handlers. This will be exploited for remote files mainly.
+++
*** The function `file-name-completion'
accepts
an
optional
argument
PREDICATE
,
and
rejects
completion
candidates
that
don
't satisfy PREDICATE.
** Input changes:
+++
...
...
@@ -4557,7 +4561,7 @@ maximum time to wait for input, in seconds. If no input arrives after
this
time
elapses
,
the
functions
stop
waiting
and
return
nil
.
+++
***
An
interactive
specification
can
now
use
the
code
letter
'
U'
to
get
***
An
interactive
specification
can
now
use
the
code
letter
`
U
' to get
the up-event that was discarded in case the last key sequence read for a
previous `k'
or
`
K
' argument was a down-event; otherwise nil is used.
...
...
lispref/ChangeLog
View file @
294f1c39
2006
-
12
-
17
Richard
Stallman
<
rms
@
gnu
.
org
>
*
files
.
texi
(
File
Name
Completion
):
Document
PREDICATE
arg
to
file
-
name
-
completion
.
2006
-
12
-
16
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
internals
.
texi
(
Building
Emacs
,
Writing
Emacs
Primitives
):
Add
...
...
src/ChangeLog
View file @
294f1c39
2006-12-17 Richard Stallman <rms@gnu.org>
* fileio.c (Fread_file_name_internal): Pass Vread_file_name_predicate
to Ffile_name_completion.
* dired.c (file_name_completion): New arg PREDICATE. Some cleanup.
(file_name_completion): New arg PREDICATE.
2006-12-17 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (Fkill_buffer): Doc fix.
...
...
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