[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/fns.c,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/fns.c,v |
Date: |
Thu, 17 Jul 2008 13:57:14 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/17 13:57:13
Index: fns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fns.c,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -b -r1.448 -r1.449
--- fns.c 4 Jul 2008 02:22:42 -0000 1.448
+++ fns.c 17 Jul 2008 13:57:12 -0000 1.449
@@ -4204,7 +4204,7 @@
/* Remove the entry matching KEY from hash table H, if there is one. */
-void
+static void
hash_remove (h, key)
struct Lisp_Hash_Table *h;
Lisp_Object key;