diff options
| author | Paul Eggert | 2017-11-08 19:22:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-08 19:22:26 -0800 |
| commit | 8d99e233147d44c2176cef599db754d06b12f5e3 (patch) | |
| tree | 1c98a8e6b702bc3b10fab1d8a2ade1fda4f938a6 | |
| parent | d5ccb74848658d20a7b31ea3a2bf5a090468fd5d (diff) | |
| parent | 6c3031399b796feceaab2bdfe94abe7170db4e34 (diff) | |
| download | emacs-8d99e233147d44c2176cef599db754d06b12f5e3.tar.gz emacs-8d99e233147d44c2176cef599db754d06b12f5e3.zip | |
Merge from origin/emacs-26
6c3031399b * admin/gitmerge.el (gitmerge-resolve-unmerged): Fix doc t...
98288ecaff Further workaround for faulty localtime() under macOS 10.6
| -rw-r--r-- | admin/gitmerge.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-clock.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/gitmerge.el b/admin/gitmerge.el index fa8c9c0f3de..b9b511fbee2 100644 --- a/admin/gitmerge.el +++ b/admin/gitmerge.el | |||
| @@ -400,7 +400,7 @@ Throw an user-error if we cannot resolve automatically." | |||
| 400 | "\n - You can safely close this Emacs session and do this " | 400 | "\n - You can safely close this Emacs session and do this " |
| 401 | "in a new one." | 401 | "in a new one." |
| 402 | "\n - When running gitmerge again, remember that you must " | 402 | "\n - When running gitmerge again, remember that you must " |
| 403 | "that from within the Emacs repo.\n") | 403 | "do that from within the Emacs repo.\n") |
| 404 | (pop-to-buffer (current-buffer))) | 404 | (pop-to-buffer (current-buffer))) |
| 405 | (user-error "Resolve the conflicts manually")))))) | 405 | (user-error "Resolve the conflicts manually")))))) |
| 406 | 406 | ||
diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index eb7080bb8be..fd99c175013 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el | |||
| @@ -487,7 +487,7 @@ to add an effort property.") | |||
| 487 | "10\\.6\\.[[:digit:]]" | 487 | "10\\.6\\.[[:digit:]]" |
| 488 | (shell-command-to-string | 488 | (shell-command-to-string |
| 489 | "sw_vers -productVersion")) | 489 | "sw_vers -productVersion")) |
| 490 | (<= m -1034058203136)) | 490 | (<= m -1034058203135)) |
| 491 | (ignore-errors (decode-time (list m 0))))))) | 491 | (ignore-errors (decode-time (list m 0))))))) |
| 492 | (low | 492 | (low |
| 493 | (funcall dichotomy | 493 | (funcall dichotomy |