aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-08 23:17:17 -0800
committerPaul Eggert2011-03-08 23:17:17 -0800
commit38d0b34afe4dedd8c80a25af2cd84d488733b6aa (patch)
tree1b92ed234e0dfee0498370658840c2362a9578f1 /src/ChangeLog
parented7bf3a5ee1e31dafbb2d285b39c8fe07fc06f7c (diff)
downloademacs-38d0b34afe4dedd8c80a25af2cd84d488733b6aa.tar.gz
emacs-38d0b34afe4dedd8c80a25af2cd84d488733b6aa.zip
* xterm.c (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
(x_fatal_error_signal): Remove; not used.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a14f36dbe7..cdabea5fcd2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -10,6 +10,8 @@
10 Don't declare local "event" unless it's used. 10 Don't declare local "event" unless it's used.
11 (x_iconify_frame, x_free_frame_resources): Don't declare locals 11 (x_iconify_frame, x_free_frame_resources): Don't declare locals
12 unless they are used. 12 unless they are used.
13 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
14 (x_fatal_error_signal): Remove; not used.
13 15
14 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): Rename 16 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): Rename
15 or move locals to avoid shadowing. 17 or move locals to avoid shadowing.