diff options
| author | Stefan Monnier | 2014-10-22 21:38:59 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-22 21:38:59 -0400 |
| commit | d361bcfbc7a69737ccd383e127fc8744c80cf5b4 (patch) | |
| tree | 0a900898735e6daefe02ead8f846fe1c37f3539a /lisp/org | |
| parent | 6a7884caf2a6f4a7fb7faa9ba275163d40f6bd96 (diff) | |
| download | emacs-d361bcfbc7a69737ccd383e127fc8744c80cf5b4.tar.gz emacs-d361bcfbc7a69737ccd383e127fc8744c80cf5b4.zip | |
* lisp/select.el: Use lexical-binding.
(gui-set-selection): Provide an implementation for non-GUI frames.
* lisp/term/x-win.el: Use lexical-binding.
(x-clipboard-yank): Fix up missed renamings.
* lisp/term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
(w32--set-selection): Fix up var names.
* lisp/term/pc-win.el: Use lexical-binding.
(w16-selection-exists-p): Silence compiler warning.
(w16-selection-owner-p): Fix up missed renamings.
* lisp/emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
* lisp/frame.el (frame-notice-user-settings): Fix excessive quoting.
Fixes: debbugs:18791
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index b1de69a1b84..0f28ef0df92 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -6680,7 +6680,7 @@ | |||
| 6680 | (org-mew-open-by-message-id, org-mew-search, org-mew-capture) | 6680 | (org-mew-open-by-message-id, org-mew-search, org-mew-capture) |
| 6681 | (org-mew-capture-guess-selection-keys): New functions. | 6681 | (org-mew-capture-guess-selection-keys): New functions. |
| 6682 | 6682 | ||
| 6683 | 2013-11-12 Trevor Murphy <trevor.m.murphy@gmail.com> (tiny change) | 6683 | 2013-11-12 Trevor Murphy <trevor.m.murphy@gmail.com> |
| 6684 | 6684 | ||
| 6685 | * org.el (org-get-compact-tod): Always pad minutes to two places. | 6685 | * org.el (org-get-compact-tod): Always pad minutes to two places. |
| 6686 | 6686 | ||