diff options
| author | Juanma Barranquero | 2011-03-20 14:57:22 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-03-20 14:57:22 +0100 |
| commit | 45b6f6d5cba8274c2e75d3cc7cd7a14f54a7b659 (patch) | |
| tree | b9c385b43630d4e777f291d98fd5775173147a3c /src/ChangeLog | |
| parent | 3ec03f7e4696b4af1af7e1a2fef2a64ccb9224c2 (diff) | |
| download | emacs-45b6f6d5cba8274c2e75d3cc7cd7a14f54a7b659.tar.gz emacs-45b6f6d5cba8274c2e75d3cc7cd7a14f54a7b659.zip | |
src/minibuf.c: Fix previous change.
* minibuf.c (Vcompleting_read_function): Don't declare, global variables
are now in src/globals.h.
(syms_of_minibuf): Remove spurious & from previous change.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d5d1efebef8..95bafd023b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-03-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * minibuf.c (Vcompleting_read_function): Don't declare, global variables | ||
| 4 | are now in src/globals.h. | ||
| 5 | (syms_of_minibuf): Remove spurious & from previous change. | ||
| 6 | |||
| 1 | 2011-03-20 Leo <sdl.web@gmail.com> | 7 | 2011-03-20 Leo <sdl.web@gmail.com> |
| 2 | 8 | ||
| 3 | * minibuf.c (completing-read-function): New variable. | 9 | * minibuf.c (completing-read-function): New variable. |