From 88577aed3a17109bb7b13871f185133641c25e73 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 3 Aug 2021 19:41:57 +0200 Subject: [PATCH] file-name-concat is not error free * lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Declare file-name-concat as side-effect free. --- lisp/emacs-lisp/byte-opt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index ad0273dc153..96072ea1b55 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1348,6 +1348,7 @@ See Info node `(elisp) Integer Basics'." elt encode-char exp expt encode-time error-message-string fboundp fceiling featurep ffloor file-directory-p file-exists-p file-locked-p file-name-absolute-p + file-name-concat file-newer-than-file-p file-readable-p file-symlink-p file-writable-p float float-time floor format format-time-string frame-first-window frame-root-window frame-selected-window @@ -1405,7 +1406,6 @@ See Info node `(elisp) Integer Basics'." current-buffer current-global-map current-indentation current-local-map current-minor-mode-maps current-time eobp eolp eq equal eventp - file-name-concat fixnump floatp following-char framep get-largest-window get-lru-window hash-table-p -- 2.39.2