* minibuf.c (Fassoc_string): Remove duplicate declaration.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Jun 2012 17:03:49 +0000 (10:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Jun 2012 17:03:49 +0000 (10:03 -0700)
src/ChangeLog
src/minibuf.c

index 82ff412..e5fddec 100644 (file)
@@ -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.
index e9bc363..d921e80 100644 (file)
@@ -1726,8 +1726,6 @@ See also `completing-read-function'.  */)
   return Ffuncall (9, args);
 }
 \f
-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.