[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat accc689c7e 20/84: Remove nonsensical file-parent
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat accc689c7e 20/84: Remove nonsensical file-parent-directory test comment |
Date: |
Tue, 3 Jan 2023 08:57:32 -0500 (EST) |
branch: externals/compat
commit accc689c7ec82b7e96aec2b9d0929bc03b0ae169
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Remove nonsensical file-parent-directory test comment
---
compat-tests.el | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/compat-tests.el b/compat-tests.el
index 2b5c8ba817..4f91473a85 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -2016,20 +2016,6 @@ being compared against."
(ought t "~root/")
(ought t "~root/file"))
-;; (compat-deftests file-parent-directory ;assuming unix
-;; (ought '() "/")
-;; (ought t "/a")
-;; (ought nil "a")
-;; (ought nil "a/b")
-;; (ought nil "a/b/")
-;; (ought t "~")
-;; (when (version< "27.1" emacs-version)
-;; (ought t "~/foo")
-;; (ought nil "~foo")
-;; (ought nil "~foo/"))
-;; (ought t "~root")
-;; (ought t "~root/")
-;; (ought t "~root/file"))
(compat-deftests string-equal-ignore-case
(ought t "" "")
(ought t "a" "a")
- [elpa] externals/compat 11c9917215 51/84: Declare alist-get for usage in compat-alist-get, (continued)
- [elpa] externals/compat 11c9917215 51/84: Declare alist-get for usage in compat-alist-get, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 145d344d37 45/84: Add prefixed define-key from Emacs 29.1, ELPA Syncer, 2023/01/03
- [elpa] externals/compat faeeebe50b 52/84: Remove unused local variable in file-name-absolute-p, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 97cecbc1c0 54/84: Replace seq-into with concrete implementations in compat-29, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 518067a7d6 58/84: Copy edebug specification for and-let* from if-let*, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 8e397fee78 66/84: Ignore all .patch files, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 18152ca068 76/84: Fix edge-case of binding nil in if-let* and related macros, ELPA Syncer, 2023/01/03
- [elpa] externals/compat bb25d50b6c 78/84: Fix test skip condition for 'compat-ref-define-key', ELPA Syncer, 2023/01/03
- [elpa] externals/compat 043e3d71b5 79/84: Always load compat-29, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 62ec50bdd1 83/84: Merge branch 'emacs-29.1', ELPA Syncer, 2023/01/03
- [elpa] externals/compat accc689c7e 20/84: Remove nonsensical file-parent-directory test comment,
ELPA Syncer <=
- [elpa] externals/compat 8b3d3ea5c8 32/84: Merge branch 'master' into emacs-29.1, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 5c0c55c20d 47/84: Document missing functionality from compat-29, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 26cf72e36a 49/84: Explicitly denote subr-x functions with :feature, ELPA Syncer, 2023/01/03
- [elpa] externals/compat b4f38aa5ab 55/84: Copy if-let/if-let* definitions into if-let/when-let, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 9e14c2f2df 56/84: Remove realname for if-let, ELPA Syncer, 2023/01/03
- [elpa] externals/compat c96aa66fb4 57/84: Remove realname for if-let*, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 3bd425a0d6 67/84: Prevent compat-macs.el from being byte compiled, ELPA Syncer, 2023/01/03
- [elpa] externals/compat e96cd14210 72/84: Have Makefile targets rebuild .elc files not .el, ELPA Syncer, 2023/01/03
- [elpa] externals/compat c0d5634570 80/84: Simplify loading procedure, ELPA Syncer, 2023/01/03
- [elpa] externals/compat be4595fec8 84/84: Update README to reflect the move from SourceHut to GitHub, ELPA Syncer, 2023/01/03