"Basil L. Contovounesios" writes: >> (define-derived-mode display-time-world-mode special-mode "World clock" >> "Major mode for buffer that displays times in various time zones. >> See `display-time-world'." >> + (setq revert-buffer-function 'display-time-world-timer) > ^ > Nit: #' > > More importantly, doesn't revert-buffer-function need two parameters? Fixed. >> Subject: [PATCH 3/3] Rearrange and clean up code in time.el (Bug#40863) >> >> * lisp/time.el (world-clock, zoneinfo-style-world-list) >> (legacy-style-world-list, world-clock-list) >> (time--display-world-list, world-clock-time-format) >> (world-clock-timer-enable, world-clock-timer-second): Move definitions >> closer to 'world-clock' code. > > Unless I'm misreading it, the patch you attached seems to be adding > duplicate definitions rather than moving them. Uhm, right... Fixed in the attached. Thanks again for the review. Best regards, Stefan Kangas