# HG changeset patch # User Karl Heuer # Date 896940690 0 # Node ID 745759e4e09920f754cb7c147dba924eb6aa0a6a # Parent cf18f0d82138e3586c9276564d31e02a851596dd (byte-compile-lambda): Fix previous change. diff -r cf18f0d82138 -r 745759e4e099 lisp/emacs-lisp/bytecomp.el --- 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