mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
Add comment of arbitrary chosen constant 59.
This commit is contained in:
parent
badcaf4d3d
commit
da2ba5c6ab
@ -89,6 +89,7 @@ DEFUN ("make-abbrev-table", Fmake_abbrev_table, Smake_abbrev_table, 0, 0, 0,
|
||||
doc: /* Create a new, empty abbrev table object. */)
|
||||
()
|
||||
{
|
||||
/* The value 59 is arbitrary chosen prime number. */
|
||||
return Fmake_vector (make_number (59), make_number (0));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user