Mercurial > emacs
changeset 3069:93ff3c50bd1d
* casetab.c: Fix formatting, so as not to confuse etags.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 25 May 1993 13:03:47 +0000 |
parents | 32c1cb0149b3 |
children | 08003ba2ac71 |
files | src/casetab.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/casetab.c Tue May 25 10:23:48 1993 +0000 +++ b/src/casetab.c Tue May 25 13:03:47 1993 +0000 @@ -76,8 +76,7 @@ return Fcons (down, Fcons (up, Fcons (canon, Fcons (eqv, Qnil)))); } -DEFUN ("standard-case-table", Fstandard_case_table, - Sstandard_case_table, 0, 0, 0, +DEFUN ("standard-case-table", Fstandard_case_table, Sstandard_case_table, 0, 0, 0, "Return the standard case table.\n\ This is the one used for new buffers.") () @@ -111,8 +110,7 @@ return set_case_table (table, 0); } -DEFUN ("set-standard-case-table", - Fset_standard_case_table, Sset_standard_case_table, 1, 1, 0, +DEFUN ("set-standard-case-table", Fset_standard_case_table, Sset_standard_case_table, 1, 1, 0, "Select a new standard case table for new buffers.\n\ See `set-case-table' for more info on case tables.") (table)