changeset 22350:745759e4e099

(byte-compile-lambda): Fix previous change.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jun 1998 06:11:30 +0000
parents cf18f0d82138
children fbe69401c609
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Thu Jun 04 06:09:59 1998 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Thu Jun 04 06:11:30 1998 +0000
@@ -9,7 +9,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.44 $")
+(defconst byte-compile-version "$Revision: 2.45 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -2040,7 +2040,7 @@
 		  (prog1 (car body)
 		    ;; Discard the doc string
 		    ;; unless it is the last element of the body.
-		    (if (nthcdr 2 body)
+		    (if (cdr body)
 			(setq body (cdr body))))))
 	 (int (assq 'interactive body)))
     (cond (int