projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43aae36
)
* dired.c (file_name_completion): Remove var that is set but not used.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 3 Apr 2011 00:32:58 +0000
(17:32 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 3 Apr 2011 00:32:58 +0000
(17:32 -0700)
src/ChangeLog
patch
|
blob
|
history
src/dired.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index edfce7a9240244109088f1a16c9edc5b79271083..6e7dffe31f69c10a221f45b8b04fafa7a8814ccf 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-04-03 Paul Eggert <eggert@cs.ucla.edu>
+ * dired.c (file_name_completion): Remove var that is set but not used.
+
* fileio.c (Finsert_file_contents): Make EOF condition clearer.
2011-04-02 Paul Eggert <eggert@cs.ucla.edu>
diff --git
a/src/dired.c
b/src/dired.c
index 176f14925b46f79c3c2326e39ce5ee212df96e8c..186cfd1420b0efb7cf576c251e3021a16f517256 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-639,8
+639,6
@@
file_name_completion (Lisp_Object file, Lisp_Object dirname, int all_flag, int v
{
Lisp_Object regexps;
- Lisp_Object zero;
- XSETFASTINT (zero, 0);
/* Ignore this element if it fails to match all the regexps. */
if (completion_ignore_case)