Mercurial > hg > xemacs-beta
diff lisp/update-elc-2.el @ 5118:e0db3c197671 ben-lisp-object
merge up to latest default branch, doesn't compile yet
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:18:49 -0600 |
parents | 9fec7fedbf1b |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/lisp/update-elc-2.el Sat Dec 26 00:20:27 2009 -0600 +++ b/lisp/update-elc-2.el Sat Dec 26 21:18:49 2009 -0600 @@ -65,8 +65,7 @@ "^make-docfile\\.el$" "^site-start\\.el$" "^site-load\\.el$" - "^site-init\\.el$" - "^version\\.el$")) + "^site-init\\.el$")) (defvar dirfiles-table (make-hash-table :test 'equal)) @@ -190,8 +189,12 @@ (byte-recompile-file (expand-file-name "custom-load.el" dir) 0) (when (featurep 'mule) (Custom-make-dependencies (expand-file-name "mule" dir)) - (byte-recompile-file (expand-file-name "mule/custom-load.el" dir) 0)) - ) + (byte-recompile-file (expand-file-name "mule/custom-load.el" dir) 0) + ;; See the eval-when-compile in the definition of + ;; Installation-file-coding-system; if the file name sniffing or the + ;; available coding systems have changed, version.elc should be + ;; rebuilt. + (byte-recompile-file (expand-file-name "version.el" dir) 0))) (setq command-line-args-left nil)) ;;; update-elc-2.el ends here