From 74ceb6922c621cf48a2c9f6e6622133b522252ab Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 26 May 2024 11:50:13 +0800 Subject: Address compilation errors and warnings on x86 Solaris 10 systems * doc/misc/ede.texi (Extending EDE): * doc/misc/flymake.texi (Top, Using Flymake): Insert punctuation after xrefs. * lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate): Print number of files being scraped. * src/dired.c (directory_files_internal): * src/eval.c (Fmake_interpreted_closure, Fdefvaralias): * src/fns.c (Fassoc): Work around optimizer failures. --- lisp/emacs-lisp/loaddefs-gen.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/loaddefs-gen.el b/lisp/emacs-lisp/loaddefs-gen.el index 581053f6304..50e90cdf94c 100644 --- a/lisp/emacs-lisp/loaddefs-gen.el +++ b/lisp/emacs-lisp/loaddefs-gen.el @@ -601,7 +601,6 @@ instead of just updating them with the new/changed autoloads." (if (consp dir) dir (list dir))))) (updating (and (file-exists-p output-file) (not generate-full))) (defs nil)) - ;; Allow the excluded files to be relative. (setq excluded-files (mapcar (lambda (file) (expand-file-name file dir)) @@ -610,7 +609,8 @@ instead of just updating them with the new/changed autoloads." ;; Collect all the autoload data. (let ((progress (make-progress-reporter (byte-compile-info - (concat "Scraping files for loaddefs")) + (format "Scraping %s files for loaddefs" + (length files))) 0 (length files) nil 10)) (output-time (file-attribute-modification-time (file-attributes output-file))) -- cgit v1.2.3