diff options
| author | Joakim Verona | 2012-10-16 17:14:35 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-10-16 17:14:35 +0200 |
| commit | 017a270078be5ae39301e3205afad80d23facbbc (patch) | |
| tree | 5c85d8c3890f3a0cead231e87823b621a8f28e16 /src/lisp.h | |
| parent | 5fcc7035c884b4419a1619551222b5f28ad9906f (diff) | |
| parent | 2b794d6940aa7dc58e297b3649b7799190d71f64 (diff) | |
| download | emacs-017a270078be5ae39301e3205afad80d23facbbc.tar.gz emacs-017a270078be5ae39301e3205afad80d23facbbc.zip | |
upstream
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index cebc617e1e0..be571ca4a35 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2039,7 +2039,7 @@ extern ptrdiff_t specpdl_size; | |||
| 2039 | struct backtrace | 2039 | struct backtrace |
| 2040 | { | 2040 | { |
| 2041 | struct backtrace *next; | 2041 | struct backtrace *next; |
| 2042 | Lisp_Object *function; | 2042 | Lisp_Object function; |
| 2043 | Lisp_Object *args; /* Points to vector of args. */ | 2043 | Lisp_Object *args; /* Points to vector of args. */ |
| 2044 | ptrdiff_t nargs; /* Length of vector. */ | 2044 | ptrdiff_t nargs; /* Length of vector. */ |
| 2045 | /* Nonzero means call value of debugger when done with this operation. */ | 2045 | /* Nonzero means call value of debugger when done with this operation. */ |