emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/poke-mode ec4771c083 13/16: Remove IOS_F_TRUNCATE


From: ELPA Syncer
Subject: [elpa] externals/poke-mode ec4771c083 13/16: Remove IOS_F_TRUNCATE
Date: Tue, 5 Apr 2022 15:02:56 -0400 (EDT)

branch: externals/poke-mode
commit ec4771c083ff29cac7e891f66537a0188672174d
Author: Egeyar Bagcioglu <egeyar@gmail.com>
Commit: Egeyar Bagcioglu <egeyar@gmail.com>

    Remove IOS_F_TRUNCATE
    
    2021-03-15  Egeyar Bagcioglu  <egeyar@gmail.com>
    
            * doc/poke.texi: Remove IOS_F_TRUNCATE.
            * etc/poke-mode.el: Likewise.
            * etc/poke.vim: Likewise.
            * libpoke/ios-dev-file.c (ios_dev_file_open): Likewise.
            * libpoke/ios-dev-nbd.c (ios_dev_nbd_open): Likewise.
            * libpoke/libpoke.h: Likewise.
            * libpoke/ios.h: Likewise.
            * libpoke/pkl-rt.pk: Likewise.
---
 poke-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/poke-mode.el b/poke-mode.el
index a7b977f702..a9ed64a185 100644
--- a/poke-mode.el
+++ b/poke-mode.el
@@ -115,7 +115,7 @@
 ;; from perl -nE 'say qq{"$1"} if /^var (\S+)/ && $1 !~ /^EC?_/' libpoke/*.pk
 (defconst poke-builtin-constants
   '("ENDIAN_LITTLE" "ENDIAN_BIG"
-    "IOS_F_READ" "IOS_F_WRITE" "IOS_F_TRUNCATE" "IOS_F_CREATE"
+    "IOS_F_READ" "IOS_F_WRITE" "IOS_F_CREATE"
     "IOS_M_RDONLY" "IOS_M_WRONLY" "IOS_M_RDWR"
     "load_path" "NULL")
   "List of Poke builtin constants and variables.")



reply via email to

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