diff options
| author | Gerd Moellmann | 1999-09-20 23:18:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-20 23:18:44 +0000 |
| commit | cb81ac977e74113c9a28baa2dbc8812feb354300 (patch) | |
| tree | 621170c105778b708802267ff3d46d8d10bfce1c /src | |
| parent | 2ea0266e7ddab0f1f76f7b1bc18d535b4d01c5f7 (diff) | |
| download | emacs-cb81ac977e74113c9a28baa2dbc8812feb354300.tar.gz emacs-cb81ac977e74113c9a28baa2dbc8812feb354300.zip | |
(Fsignal): Remove unused variables.
(Fcommandp, do_autoload): Ditto.
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/eval.c b/src/eval.c index 7052bec2586..c879ecb7ec4 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1217,7 +1217,6 @@ See also the function `condition-case'.") | |||
| 1217 | Lisp_Object debugger_value; | 1217 | Lisp_Object debugger_value; |
| 1218 | Lisp_Object string; | 1218 | Lisp_Object string; |
| 1219 | Lisp_Object real_error_symbol; | 1219 | Lisp_Object real_error_symbol; |
| 1220 | Lisp_Object combined_data; | ||
| 1221 | extern int display_busy_cursor_p; | 1220 | extern int display_busy_cursor_p; |
| 1222 | 1221 | ||
| 1223 | immediate_quit = 0; | 1222 | immediate_quit = 0; |
| @@ -1526,8 +1525,6 @@ Also, a symbol satisfies `commandp' if its function definition does so.") | |||
| 1526 | { | 1525 | { |
| 1527 | register Lisp_Object fun; | 1526 | register Lisp_Object fun; |
| 1528 | register Lisp_Object funcar; | 1527 | register Lisp_Object funcar; |
| 1529 | register Lisp_Object tem; | ||
| 1530 | register int i = 0; | ||
| 1531 | 1528 | ||
| 1532 | fun = function; | 1529 | fun = function; |
| 1533 | 1530 | ||
| @@ -1647,7 +1644,7 @@ do_autoload (fundef, funname) | |||
| 1647 | Lisp_Object fundef, funname; | 1644 | Lisp_Object fundef, funname; |
| 1648 | { | 1645 | { |
| 1649 | int count = specpdl_ptr - specpdl; | 1646 | int count = specpdl_ptr - specpdl; |
| 1650 | Lisp_Object fun, val, queue, first, second; | 1647 | Lisp_Object fun, queue, first, second; |
| 1651 | struct gcpro gcpro1, gcpro2, gcpro3; | 1648 | struct gcpro gcpro1, gcpro2, gcpro3; |
| 1652 | 1649 | ||
| 1653 | fun = funname; | 1650 | fun = funname; |