Merge branch 'master' into next

This commit is contained in:
Nicolas Goaziou 2018-11-01 22:27:01 +01:00
commit e02d8cd811
1 changed files with 1 additions and 1 deletions

View File

@ -17274,7 +17274,7 @@ When SUPPRESS-TMP-DELAY is non-nil, suppress delays like \"--2d\"."
h (string-to-number (match-string 2 s)))
(if (org-pos-in-match-range pos 2)
(setq h (+ h n))
(setq n (* dm (with-no-warnings (signum n))))
(setq n (* dm (with-no-warnings (cl-signum n))))
(unless (= 0 (setq rem (% m dm)))
(setq m (+ m (if (> n 0) (- rem) (- dm rem)))))
(setq m (+ m n)))