]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete stale comment in mh-utils.el
authorStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 15:48:10 +0000 (17:48 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 16:18:51 +0000 (18:18 +0200)
* lisp/mh-e/mh-utils.el (mh-normalize-folder-name): Remove stale and
incorrect comment.

lisp/mh-e/mh-utils.el

index bf2d3c71db0426106371d9b2d77528d5446f8c95..dd662f355220a0b1b262558a1edb69252d13ba5b 100644 (file)
@@ -445,10 +445,8 @@ no effect."
         (setq folder (format "%s/%s/" mh-current-folder-name
                              (substring folder 1))))
       ;; XXX: Purge empty strings from the list that split-string
-      ;; returns. In XEmacs, (split-string "+foo/" "/") returns
-      ;; ("+foo" "") while in GNU Emacs it returns ("+foo"). In the
-      ;; code it is assumed that the components list has no empty
-      ;; strings.
+      ;; returns. In the code it is assumed that the components list
+      ;; has no empty strings.
       (let ((components (delete "" (split-string folder "/")))
             (result ()))
         ;; Remove .. and . from the pathname.