]> git.eshelyaron.com Git - emacs.git/commit
time-stamp: optimize resource use
authorStephen Gildea <stepheng+emacs@gildea.com>
Wed, 12 Mar 2025 14:02:44 +0000 (07:02 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:05:13 +0000 (20:05 +0100)
commitcd49d8832ac2874e40c2f6dd2cb4f8f7af28f8dd
treefe85f844c1f5c7bf421128638b05e5c4a7e88c3c
parentce8437e4e525e0372aaf7b3101814a2c54c78cdc
time-stamp: optimize resource use

* lisp/time-stamp.el (time-stamp-string-preprocess): Replace
n-squared string 'concat' with linear list 'push'.

(cherry picked from commit 6ab65281c54a1fcef90786f9d50142e3427781fb)
lisp/time-stamp.el