diff options
| author | Bozhidar Batsov | 2013-11-25 19:16:32 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-25 19:16:32 +0200 |
| commit | 2bb3a748b362f9635bd406b151b89d7981a0bdaa (patch) | |
| tree | d391eb3677d9b65e22dfb5b0ce0f9c8e3e0f316d /lisp/ChangeLog | |
| parent | 001394351677736fafd9597a527bd900345fc7e7 (diff) | |
| download | emacs-2bb3a748b362f9635bd406b151b89d7981a0bdaa.tar.gz emacs-2bb3a748b362f9635bd406b151b89d7981a0bdaa.zip | |
* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Mark as obsolete and replace it with a symbol property.
(byte-compile-form): Use new 'interactive-only property.
* lisp/comint.el, lisp/files.el, lisp/replace.el, lisp/simple.el:
Apply new 'interactive-only properly.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3955784c03b..3622b1563ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-11-25 Sebastian Wiesner (lunaryorn@gmail.com) | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): | ||
| 4 | Mark as obsolete and replace it with a symbol property. | ||
| 5 | (byte-compile-form): Use new 'interactive-only property. | ||
| 6 | * comint.el, files.el, replace.el, simple.el: | ||
| 7 | Apply new 'interactive-only properly. | ||
| 8 | |||
| 1 | 2013-11-25 Martin Rudalics <rudalics@gmx.at> | 9 | 2013-11-25 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * window.el (display-buffer-at-bottom): Make sure that | 11 | * window.el (display-buffer-at-bottom): Make sure that |