~ubuntu-elisp/emacs/+git/master:fix/bug-20871

Last commit made on 2018-01-02
Get this branch:
git clone -b fix/bug-20871 https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
fix/bug-20871
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

1ad94a1... by Marcin Borkowski <email address hidden>

Add simple tests for the `fill-polish-nobreak-p' function

* test/lisp/textmodes/fill-tests.el:
(fill-test-no-fill-polish-nobreak-p): New test

0e3c10c... by Marcin Borkowski <email address hidden>

Merge branch 'master' into fix/bug-20871

d4db37b... by Rasmus <email address hidden>

Revert "; Add entry for new Org version in NEWS file"

This reverts commit 793ba92c50d69e1796ea2122520dea872007bca7.

793ba92... by Rasmus <email address hidden>

; Add entry for new Org version in NEWS file

567b5ef... by Rasmus <email address hidden>

Update Org to v9.1.4

Please note this is a bugfix release. See etc/ORG-NEWS for details.

623d37a... by Stefan Monnier

* lisp/files.el (find-alternate-file): Use selected-window even if dedicated

559d685... by Stefan Monnier

* lisp/calendar/diary-lib.el: Use lexical-binding

(diary-pull-attrs): Avoid let...setq.
(diary-list-entries-2, diary-mark-entries-1)
(diary-font-lock-date-forms, diary-fancy-date-pattern):
Use calendar-dlet* around uses of diary-date-forms.
(list-only, number, date, entry): Don't declare globally.
(diary-including): Declare.
(diary-saved-point, date-string): Move before first use.
(diary-list-entries): Use calendar-dlet* around
diary-nongregorian-listing-hook and 'diary-list-entries-hook.
(displayed-year, displayed-month): Move before first use.
(diary-sexp-entry): Use calendar-let* around evaluation of the sexp.
(diary-remind): Use calendar-let* around evaluation of sexp.

2dd14bf... by Stefan Monnier

* lisp/calendar/cal-dst.el: Use lexical-binding

(calendar-time-zone-daylight-rules, calendar-dst-starts)
(calendar-dst-ends, dst-in-effect): Bind `year' explicitly around `eval'.

ad039f9... by Stefan Monnier

* lisp/calendar/todo-mode.el: Use calendar-dlet*

(dayname, monthname, day, month, year): Don't declare globally.
(todo-date-pattern, todo-edit-item--header)
(todo-convert-legacy-date-time, todo-read-date):
Use calendar-dlet* around uses of calendar-date-display-form.

512f814... by Stefan Monnier

* lisp/calendar/solar.el: Use lexical-binding

(date): Don't declare globally.
(solar-time-string): Use calendar-dlet*.

* lisp/calendar/calendar.el (calendar-dlet*): New macro.