emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cc6db8b 05/13: Make a function static that isn't us


From: Philipp Stephani
Subject: [Emacs-diffs] master cc6db8b 05/13: Make a function static that isn't used outside this file
Date: Sun, 21 May 2017 15:51:46 -0400 (EDT)

branch: master
commit cc6db8b6aa5ddda9a8ca51d836096be991836d07
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    Make a function static that isn't used outside this file
    
    * src/kqueue.c (kqueue_directory_listing): Make static.
---
 src/kqueue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kqueue.c b/src/kqueue.c
index 8e6b1e1..a8eb4cb 100644
--- a/src/kqueue.c
+++ b/src/kqueue.c
@@ -42,7 +42,7 @@ static Lisp_Object watch_list;
 
 /* Generate a list from the directory_files_internal output.
    Items are (INODE FILE-NAME LAST-MOD LAST-STATUS-MOD SIZE).  */
-Lisp_Object
+static Lisp_Object
 kqueue_directory_listing (Lisp_Object directory_files)
 {
   Lisp_Object dl, result = Qnil;



reply via email to

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