/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.274 by monnier, Fri Nov 16 14:11:24 2001 UTC revision 1.275 by rms, Sat Nov 17 03:53:51 2001 UTC
# Line 1539  configuration." Line 1539  configuration."
1539    (or (and (symbolp object) (fboundp object)    (or (and (symbolp object) (fboundp object)
1540             (setq object (indirect-function object))             (setq object (indirect-function object))
1541             (eq (car-safe object) 'autoload)             (eq (car-safe object) 'autoload)
1542             (not (car-safe (cdr-safe (cdr-safe (cdr-safe (cdr object)))))))             (not (car-safe (cdr-safe (cdr-safe (cdr-safe (cdr-safe object)))))))
1543        (subrp object) (byte-code-function-p object)        (subrp object) (byte-code-function-p object)
1544        (eq (car-safe object) 'lambda)))        (eq (car-safe object) 'lambda)))
1545    

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.275

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26