]> git.eshelyaron.com Git - emacs.git/commit
Don’t assume CURRENT_TIME_LIST
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Feb 2019 08:50:19 +0000 (00:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Feb 2019 08:51:15 +0000 (00:51 -0800)
commitae4bfd52deecfccbbeb20ac852564b75a1bb83ff
tree168f67bb3fb5c684ec3096018cff019bf371642d
parent8e0d35802cda844ccb6ddf417672b5a5845f4874
Don’t assume CURRENT_TIME_LIST

* lisp/progmodes/cc-cmds.el (c-progress-init)
(c-progress-update):
* lisp/progmodes/cperl-mode.el (cperl-time-fontification):
* lisp/progmodes/vhdl-mode.el (vhdl-update-progress-info)
(vhdl-fix-case-region-1):
Don’t assume (current-time) returns a list.
Fix unlikely bug if we’re called 65536 seconds apart.
lisp/progmodes/cc-cmds.el
lisp/progmodes/cperl-mode.el
lisp/progmodes/vhdl-mode.el