diff options
Diffstat (limited to 'src/character.c')
| -rw-r--r-- | src/character.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c index bac9f6af81e..84eddeb2fc2 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -50,7 +50,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 50 | 50 | ||
| 51 | Lisp_Object Qcharacterp; | 51 | Lisp_Object Qcharacterp; |
| 52 | 52 | ||
| 53 | Lisp_Object Qauto_fill_chars; | 53 | static Lisp_Object Qauto_fill_chars; |
| 54 | 54 | ||
| 55 | /* Char-table of information about which character to unify to which | 55 | /* Char-table of information about which character to unify to which |
| 56 | Unicode character. Mainly used by the macro MAYBE_UNIFY_CHAR. */ | 56 | Unicode character. Mainly used by the macro MAYBE_UNIFY_CHAR. */ |