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

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

[nongnu] elpa/apache-mode 44afef0 20/23: Change "temporary" keyword to "


From: ELPA Syncer
Subject: [nongnu] elpa/apache-mode 44afef0 20/23: Change "temporary" keyword to "temp"
Date: Sun, 29 Aug 2021 10:57:37 -0400 (EDT)

branch: elpa/apache-mode
commit 44afef0569b765f5fd1563f890a9c741baff8f6f
Author: Nicholas D Steeves <nsteeves@gmail.com>
Commit: Nicholas D Steeves <nsteeves@gmail.com>

    Change "temporary" keyword to "temp"
    
      temp
      Returns a temporary redirect status (302). This is the default.
      https://httpd.apache.org/docs/2.4/mod/mod_alias.html
    
    Fix for Debian bug #799355
---
 apache-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-mode.el b/apache-mode.el
index 80837a9..c6d04d0 100644
--- a/apache-mode.el
+++ b/apache-mode.el
@@ -1033,7 +1033,7 @@
         "SuppressSize"
         "SymLinksIfOwnerMatch"
         "sysvsem"
-        "temporary"
+        "temp"
         "tpfcore"
         "unformatted"
         "unset"



reply via email to

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