aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-10-29 22:14:16 -0400
committerStefan Monnier2013-10-29 22:14:16 -0400
commit53b39e8977941c6b60deeeca3c0e54da9ec7961a (patch)
treea8cc06eca243be50e6e018a8df438ac3a85ab7dd /lisp/ChangeLog
parent195ee2f0a990771753330ee912581da957eee034 (diff)
downloademacs-53b39e8977941c6b60deeeca3c0e54da9ec7961a.tar.gz
emacs-53b39e8977941c6b60deeeca3c0e54da9ec7961a.zip
* lisp/subr.el (custom-declare-variable-early): Remove function.
(custom-declare-variable-list): Remove var. (error, user-error): Remove `while' loop. (read-quoted-char-radix, read-quoted-char): Move to simple.el. (user-emacs-directory-warning, locate-user-emacs-file): Move to files.el. * lisp/simple.el (read-quoted-char-radix, read-quoted-char): * lisp/files.el (user-emacs-directory-warning, locate-user-emacs-file): Move from subr.el. * lisp/custom.el (custom-declare-variable-list): Don't process custom-declare-variable-list.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 85fb2cbb73e..d2c99e75f56 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,17 @@
12013-10-30 Stefan Monnier <monnier@iro.umontreal.ca> 12013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * subr.el (custom-declare-variable-early): Remove function.
4 (custom-declare-variable-list): Remove var.
5 (error, user-error): Remove `while' loop.
6 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7 (user-emacs-directory-warning, locate-user-emacs-file):
8 Move to files.el.
9 * simple.el (read-quoted-char-radix, read-quoted-char):
10 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
11 Move from subr.el.
12 * custom.el (custom-declare-variable-list): Don't process
13 custom-declare-variable-list.
14
3 * progmodes/python.el (python-shell-get-buffer): New function. 15 * progmodes/python.el (python-shell-get-buffer): New function.
4 (python-shell-get-process): Use it. 16 (python-shell-get-process): Use it.
5 (python-shell-send-string): Always use utf-8 and add a cookie to tell 17 (python-shell-send-string): Always use utf-8 and add a cookie to tell