Mercurial > hg > xemacs-beta
comparison src/buffer.c @ 3143:8273ffbc92cd
[xemacs-hg @ 2005-12-17 21:04:15 by aidan]
standard-syntax-table, standard-category-table are not in Lisp
author | aidan |
---|---|
date | Sat, 17 Dec 2005 21:04:16 +0000 |
parents | 141c2920ea48 |
children | d674024a8674 |
comparison
equal
deleted
inserted
replaced
3142:77f5a5135b3a | 3143:8273ffbc92cd |
---|---|
1708 | 1708 |
1709 DEFUN ("kill-all-local-variables", Fkill_all_local_variables, 0, 0, 0, /* | 1709 DEFUN ("kill-all-local-variables", Fkill_all_local_variables, 0, 0, 0, /* |
1710 Switch to Fundamental mode by killing current buffer's local variables. | 1710 Switch to Fundamental mode by killing current buffer's local variables. |
1711 Most local variable bindings are eliminated so that the default values | 1711 Most local variable bindings are eliminated so that the default values |
1712 become effective once more. Also, the syntax table is set from | 1712 become effective once more. Also, the syntax table is set from |
1713 `standard-syntax-table', the category table is set from | 1713 the standard syntax table, the category table is set from the |
1714 `standard-category-table' (if support for Mule exists), local keymap is set | 1714 standard category table (if support for Mule exists), local keymap is set |
1715 to nil, the abbrev table is set from `fundamental-mode-abbrev-table', | 1715 to nil, the abbrev table is set from `fundamental-mode-abbrev-table', |
1716 and all specifier specifications whose locale is the current buffer | 1716 and all specifier specifications whose locale is the current buffer |
1717 are removed. This function also forces redisplay of the modeline. | 1717 are removed. This function also forces redisplay of the modeline. |
1718 | 1718 |
1719 Every function to select a new major mode starts by | 1719 Every function to select a new major mode starts by |