diff options
| author | Gerd Moellmann | 2000-07-13 14:06:56 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-13 14:06:56 +0000 |
| commit | 0b63625620c667cefa918e2a2f555be31957f723 (patch) | |
| tree | 7e56ba270b6999d14743493b84876685a245fa2e /src | |
| parent | c9f6631ca3e3b01415c72615bb0bcaf9a4f00dde (diff) | |
| download | emacs-0b63625620c667cefa918e2a2f555be31957f723.tar.gz emacs-0b63625620c667cefa918e2a2f555be31957f723.zip | |
(ASET): Remove definition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 6299d80809e..30fa8b02be3 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -2550,8 +2550,6 @@ the face font sort order.") | |||
| 2550 | Lisp_Object v = Fmake_vector (make_number (8), Qnil); | 2550 | Lisp_Object v = Fmake_vector (make_number (8), Qnil); |
| 2551 | char *tem; | 2551 | char *tem; |
| 2552 | 2552 | ||
| 2553 | #define ASET(VECTOR, IDX, VAL) (XVECTOR (VECTOR)->contents[IDX] = (VAL)) | ||
| 2554 | |||
| 2555 | ASET (v, 0, build_string (fonts[i].fields[XLFD_FAMILY])); | 2553 | ASET (v, 0, build_string (fonts[i].fields[XLFD_FAMILY])); |
| 2556 | ASET (v, 1, xlfd_symbolic_swidth (fonts + i)); | 2554 | ASET (v, 1, xlfd_symbolic_swidth (fonts + i)); |
| 2557 | ASET (v, 2, make_number (xlfd_point_size (f, fonts + i))); | 2555 | ASET (v, 2, make_number (xlfd_point_size (f, fonts + i))); |
| @@ -2566,8 +2564,6 @@ the face font sort order.") | |||
| 2566 | xfree (tem); | 2564 | xfree (tem); |
| 2567 | 2565 | ||
| 2568 | result = Fcons (v, result); | 2566 | result = Fcons (v, result); |
| 2569 | |||
| 2570 | #undef ASET | ||
| 2571 | } | 2567 | } |
| 2572 | 2568 | ||
| 2573 | remove_duplicates (result); | 2569 | remove_duplicates (result); |