aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-10-23 21:17:06 +0000
committerStefan Monnier2007-10-23 21:17:06 +0000
commit4d0ac3d738c0055be74d955ef0ca9b31d2752a28 (patch)
treea5180608af4ba0f6aff33928b6dcdb4071d07465 /src/ChangeLog
parent7357cb0467cb329a422c857c9fd07c574968788f (diff)
downloademacs-4d0ac3d738c0055be74d955ef0ca9b31d2752a28.tar.gz
emacs-4d0ac3d738c0055be74d955ef0ca9b31d2752a28.zip
* lisp.h (Fget_text_property): Declare.
(have_menus_p): Declare it here rather than in sys-dep header files. * macterm.h (have_menus_p): * msdos.h (have_menus_p): * xterm.h (have_menus_p): Remove.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3da07722a7a..0d8dfc6aa36 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> 12007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * lisp.h (Fget_text_property): Declare.
4 (have_menus_p): Declare it here rather than in sys-dep header files.
5 * macterm.h (have_menus_p):
6 * msdos.h (have_menus_p):
7 * xterm.h (have_menus_p): Remove.
8
3 * data.c (Fmake_variable_buffer_local, Fmake_local_variable) 9 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
4 (Fmake_variable_frame_local): Just check the variable's const-ness 10 (Fmake_variable_frame_local): Just check the variable's const-ness
5 rather than checking nil or t. 11 rather than checking nil or t.