aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-14 08:40:57 -0700
committerPaul Eggert2011-03-14 08:40:57 -0700
commit1004a21a8f2488da573e0340873cbdeac3ac2001 (patch)
treead30d834e3b9054546c2dc99d61105b6a545661a /src/ChangeLog
parent38fc62d95ae8078bedac4a99eb7ea8856f86032e (diff)
downloademacs-1004a21a8f2488da573e0340873cbdeac3ac2001.tar.gz
emacs-1004a21a8f2488da573e0340873cbdeac3ac2001.zip
* keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f770df40ef..8efad3a59d9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,7 @@
3 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): 3 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
4 (copy_keymap_item, append_key, push_text_char_description): 4 (copy_keymap_item, append_key, push_text_char_description):
5 Now static. 5 Now static.
6 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
6 7
7 * keyboard.c: Declare functions static if they are not used elsewhere. 8 * keyboard.c: Declare functions static if they are not used elsewhere.
8 (echo_char, echo_dash, cmd_error, top_level_2): 9 (echo_char, echo_dash, cmd_error, top_level_2):