diff options
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 3e5657ffe6f..422912e57a6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -32745,7 +32745,7 @@ even if the actual number needs less space. | |||
| 32745 | The default value of nil means compute the space dynamically. | 32745 | The default value of nil means compute the space dynamically. |
| 32746 | Any other value is treated as nil. */); | 32746 | Any other value is treated as nil. */); |
| 32747 | Vdisplay_line_numbers_width = Qnil; | 32747 | Vdisplay_line_numbers_width = Qnil; |
| 32748 | DEFSYM (Qdisplay_line_numbers_width, "display-line-number-width"); | 32748 | DEFSYM (Qdisplay_line_numbers_width, "display-line-numbers-width"); |
| 32749 | Fmake_variable_buffer_local (Qdisplay_line_numbers_width); | 32749 | Fmake_variable_buffer_local (Qdisplay_line_numbers_width); |
| 32750 | 32750 | ||
| 32751 | DEFVAR_LISP ("display-line-numbers-current-absolute", | 32751 | DEFVAR_LISP ("display-line-numbers-current-absolute", |