diff options
| author | Ken Raeburn | 2017-07-31 01:13:53 -0400 |
|---|---|---|
| committer | Ken Raeburn | 2017-07-31 01:13:53 -0400 |
| commit | 13f3370400031e2ac1c9be0932f411370fc6984e (patch) | |
| tree | 06f349b2b0f1cda9e36f7c4390d9d2d9bf49303c /src/xdisp.c | |
| parent | cd0966b33c1fe975520e85e0e7af82c09e4754dc (diff) | |
| parent | dcfcaf40d577808d640016c886d4fae7280a7fd5 (diff) | |
| download | emacs-scratch/raeburn-startup.tar.gz emacs-scratch/raeburn-startup.zip | |
; Merge from branch 'master'scratch/raeburn-startup
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", |