From: Paul Eggert Date: Sat, 2 Jun 2012 17:03:49 +0000 (-0700) Subject: * minibuf.c (Fassoc_string): Remove duplicate declaration. X-Git-Tag: emacs-24.2.90~471^2~6^2~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bd5c1f4a4abb97576a26d6b0a9691c5f530d99f;p=emacs.git * minibuf.c (Fassoc_string): Remove duplicate declaration. --- diff --git a/src/ChangeLog b/src/ChangeLog index 82ff4123b18..e5fddec94a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2012-06-02 Paul Eggert + * 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. diff --git a/src/minibuf.c b/src/minibuf.c index e9bc36303f9..d921e80be48 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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.