diff options
| author | Kenichi Handa | 2011-08-02 12:49:09 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-08-02 12:49:09 +0900 |
| commit | 5cc7f7afed70655e33f89f105da2806edbad5063 (patch) | |
| tree | 6cca7fdc7c26986c8df5dd763b3203e46a5fd362 /src/chartab.c | |
| parent | d90e2ea0eeccb7422fc7c8ab727a61c49c135e03 (diff) | |
| download | emacs-5cc7f7afed70655e33f89f105da2806edbad5063.tar.gz emacs-5cc7f7afed70655e33f89f105da2806edbad5063.zip | |
Make uniprop_table non-static.
Diffstat (limited to 'src/chartab.c')
| -rw-r--r-- | src/chartab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chartab.c b/src/chartab.c index efe23eca83f..fb72004356e 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -1310,7 +1310,7 @@ uniprop_get_encoder (Lisp_Object table) | |||
| 1310 | function may load a Lisp file and thus may cause | 1310 | function may load a Lisp file and thus may cause |
| 1311 | garbage-collection. */ | 1311 | garbage-collection. */ |
| 1312 | 1312 | ||
| 1313 | static Lisp_Object | 1313 | Lisp_Object |
| 1314 | uniprop_table (Lisp_Object prop) | 1314 | uniprop_table (Lisp_Object prop) |
| 1315 | { | 1315 | { |
| 1316 | Lisp_Object val, table, result; | 1316 | Lisp_Object val, table, result; |