Parcourir la source

Add assertion

master
10sr il y a 6 ans
Parent
révision
584ed6df5e
Signé par: 10sr ID de la clé GPG: C384BB17CBB19347
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Voir le fichier

@@ -2479,6 +2479,9 @@ When PATH is omitted or nil, it is calculated from current file or directory."
(setq path
(or path
(git-walktree--path-in-repository path)))
;; PATH must not start with and end with slashes
(cl-assert (not (string-match "\\`/" path)))
(cl-assert (not (string-match "/\\'" path)))

(let ((obj nil))
(while (not obj)


Chargement…
Annuler
Enregistrer