]> code.delx.au - gnu-emacs/commitdiff
* 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 82ff4123b185a48debadbaf40bdf429aa53a0a34..e5fddec94a42c20b39b3891a7025263e209516f8 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 e9bc36303f993cc4c5512f5d720704f2fa27ef4f..d921e80be483f8b4332c079dab48c877eb4b64e5 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.