diff options
| author | Paul Eggert | 2011-04-02 17:32:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-02 17:32:58 -0700 |
| commit | a4db5dfeb113a1ad438f6b39379d813a33b788a8 (patch) | |
| tree | 1791f7db5d628ffda272c1ef7255fc503126a92a /src | |
| parent | 43aae36e04fe151c73525ed7f8f55890dced98ae (diff) | |
| download | emacs-a4db5dfeb113a1ad438f6b39379d813a33b788a8.tar.gz emacs-a4db5dfeb113a1ad438f6b39379d813a33b788a8.zip | |
* dired.c (file_name_completion): Remove var that is set but not used.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/dired.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index edfce7a9240..6e7dffe31f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * dired.c (file_name_completion): Remove var that is set but not used. | ||
| 4 | |||
| 3 | * fileio.c (Finsert_file_contents): Make EOF condition clearer. | 5 | * fileio.c (Finsert_file_contents): Make EOF condition clearer. |
| 4 | 6 | ||
| 5 | 2011-04-02 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2011-04-02 Paul Eggert <eggert@cs.ucla.edu> |
diff --git a/src/dired.c b/src/dired.c index 176f14925b4..186cfd1420b 100644 --- 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 | |||
| 639 | 639 | ||
| 640 | { | 640 | { |
| 641 | Lisp_Object regexps; | 641 | Lisp_Object regexps; |
| 642 | Lisp_Object zero; | ||
| 643 | XSETFASTINT (zero, 0); | ||
| 644 | 642 | ||
| 645 | /* Ignore this element if it fails to match all the regexps. */ | 643 | /* Ignore this element if it fails to match all the regexps. */ |
| 646 | if (completion_ignore_case) | 644 | if (completion_ignore_case) |