emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117677: src/alloc.c: remove a stray brace


From: Reuben Thomas
Subject: [Emacs-diffs] trunk r117677: src/alloc.c: remove a stray brace
Date: Sat, 09 Aug 2014 21:50:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117677
revision-id: address@hidden
parent: address@hidden
committer: Reuben Thomas <address@hidden>
branch nick: trunk
timestamp: Sat 2014-08-09 22:50:14 +0100
message:
  src/alloc.c: remove a stray brace
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/alloc.c                    alloc.c-20091113204419-o5vbwnq5f7feedwu-252
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-08-09 16:59:43 +0000
+++ b/src/ChangeLog     2014-08-09 21:50:14 +0000
@@ -1,5 +1,6 @@
 2014-08-09  Reuben Thomas  <address@hidden>
 
+       * alloc.c (Fmemory_info): Remove a stray brace.
        * process.c: Fix a comment typo.
        * msdos.c:
        * dosfns.c (init_dosfns): Remove support for DJGPP < 2.02.

=== modified file 'src/alloc.c'
--- a/src/alloc.c       2014-07-26 13:17:25 +0000
+++ b/src/alloc.c       2014-08-09 21:50:14 +0000
@@ -6915,7 +6915,6 @@
                   (uintmax_t) freeswap / 1024);
   else
     return Qnil;
-}
 #else /* not HAVE_LINUX_SYSINFO, not WINDOWSNT, not MSDOS */
   /* FIXME: add more systems.  */
   return Qnil;


reply via email to

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