aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/chartab.c10
2 files changed, 4 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6cd3183f191..56a9c0a17ce 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-24 Chong Yidong <cyd@gnu.org>
2
3 * chartab.c (Fset_char_table_default): Obsolete function removed.
4
12012-09-23 Paul Eggert <eggert@cs.ucla.edu> 52012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Move pid_t related decls out of lisp.h. 7 Move pid_t related decls out of lisp.h.
diff --git a/src/chartab.c b/src/chartab.c
index e864514e336..7430235b4af 100644
--- a/src/chartab.c
+++ b/src/chartab.c
@@ -655,15 +655,6 @@ or a character code. Return VALUE. */)
655 return value; 655 return value;
656} 656}
657 657
658DEFUN ("set-char-table-default", Fset_char_table_default,
659 Sset_char_table_default, 3, 3, 0,
660 doc: /*
661This function is obsolete and has no effect. */)
662 (Lisp_Object char_table, Lisp_Object ch, Lisp_Object value)
663{
664 return Qnil;
665}
666
667/* Look up the element in TABLE at index CH, and return it as an 658/* Look up the element in TABLE at index CH, and return it as an
668 integer. If the element is not a character, return CH itself. */ 659 integer. If the element is not a character, return CH itself. */
669 660
@@ -1415,7 +1406,6 @@ syms_of_chartab (void)
1415 defsubr (&Sset_char_table_extra_slot); 1406 defsubr (&Sset_char_table_extra_slot);
1416 defsubr (&Schar_table_range); 1407 defsubr (&Schar_table_range);
1417 defsubr (&Sset_char_table_range); 1408 defsubr (&Sset_char_table_range);
1418 defsubr (&Sset_char_table_default);
1419 defsubr (&Soptimize_char_table); 1409 defsubr (&Soptimize_char_table);
1420 defsubr (&Smap_char_table); 1410 defsubr (&Smap_char_table);
1421 defsubr (&Sunicode_property_table_internal); 1411 defsubr (&Sunicode_property_table_internal);