* minibuf.c (Fassoc_string): Remove duplicate declaration.
This commit is contained in:
parent
63810350ec
commit
7bd5c1f4a4
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* minibuf.c (Fassoc_string): Remove duplicate declaration.
|
||||
|
||||
* sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
|
||||
Convert pctcpu and pctmem to Lisp float properly.
|
||||
Let the compiler fold better, as 100.0/0x8000 is exact.
|
||||
|
|
|
@ -1726,8 +1726,6 @@ See also `completing-read-function'. */)
|
|||
return Ffuncall (9, args);
|
||||
}
|
||||
|
||||
Lisp_Object Fassoc_string (register Lisp_Object key, Lisp_Object list, Lisp_Object case_fold);
|
||||
|
||||
/* Test whether TXT is an exact completion. */
|
||||
DEFUN ("test-completion", Ftest_completion, Stest_completion, 2, 3, 0,
|
||||
doc: /* Return non-nil if STRING is a valid completion.
|
||||
|
|
Loading…
Add table
Reference in a new issue