From: Stefan Kangas Date: Mon, 8 Aug 2022 15:48:10 +0000 (+0200) Subject: ; Delete stale comment in mh-utils.el X-Git-Tag: emacs-29.0.90~1447^2~302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0283d1c4e586d0d9496f5ebb1302731142b7dafc;p=emacs.git ; Delete stale comment in mh-utils.el * lisp/mh-e/mh-utils.el (mh-normalize-folder-name): Remove stale and incorrect comment. --- diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index bf2d3c71db0..dd662f35522 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -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.