emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108460: * minibuf.c (Fassoc_string):


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108460: * minibuf.c (Fassoc_string): Remove duplicate declaration.
Date: Sat, 02 Jun 2012 10:03:49 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108460
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2012-06-02 10:03:49 -0700
message:
  * minibuf.c (Fassoc_string): Remove duplicate declaration.
modified:
  src/ChangeLog
  src/minibuf.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-06-02 16:37:54 +0000
+++ b/src/ChangeLog     2012-06-02 17:03:49 +0000
@@ -1,5 +1,7 @@
 2012-06-02  Paul Eggert  <address@hidden>
 
+       * 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.

=== modified file 'src/minibuf.c'
--- a/src/minibuf.c     2012-04-09 22:54:59 +0000
+++ b/src/minibuf.c     2012-06-02 17:03:49 +0000
@@ -1726,8 +1726,6 @@
   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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]