]> git.eshelyaron.com Git - emacs.git/commit
Fix org-timestamp-change typo
authorPaul Eggert <eggert@penguin.cs.ucla.edu>
Wed, 20 Apr 2016 07:06:01 +0000 (00:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Apr 2016 07:06:52 +0000 (00:06 -0700)
commit65150493f7e3f0768fccd6097c6dafc9ae18770b
tree72c2be7145ad91389b0b4942b85516c33f34885c
parent5c511ff597b4b541beb9ec4ce31cbb5363a0233e
Fix org-timestamp-change typo

Problem reported by Peter Münster (Bug#23299).
* lisp/org/org.el (org-timestamp-change): Fix typo that relied
on undocumented behavior in ‘encode-time’.  In practice the
old code used local time, so use that.
lisp/org/org.el