emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 88577ae: file-name-concat is not error free


From: Lars Ingebrigtsen
Subject: master 88577ae: file-name-concat is not error free
Date: Tue, 3 Aug 2021 13:42:05 -0400 (EDT)

branch: master
commit 88577aed3a17109bb7b13871f185133641c25e73
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 ad0273d..96072ea 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]