diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-10-11 16:11:23 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-10-11 16:11:23 -0400 |
commit | d8cc4c00eaf27d0151ed4f0f4c40100c099ae0ef (patch) | |
tree | 07131a8f7cc4dd2da0a99a1ad8d076d343fdc0d6 /lisp/emacs-lisp/cl-lib.el | |
parent | 5253a5fd755a26e30c73653bc49066f0649ec0eb (diff) | |
download | emacs-d8cc4c00eaf27d0151ed4f0f4c40100c099ae0ef.tar.gz |
* lisp/help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
* lisp/emacs-lisp/cl-lib.el (cl--defsubst-expand): Move autoload...
* lisp/emacs-lisp/cl-macs.el (cl--defsubst-expand): ...here.
Diffstat (limited to 'lisp/emacs-lisp/cl-lib.el')
-rw-r--r-- | lisp/emacs-lisp/cl-lib.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el index 2eda628e262..802d25b097a 100644 --- a/lisp/emacs-lisp/cl-lib.el +++ b/lisp/emacs-lisp/cl-lib.el @@ -727,9 +727,6 @@ If ALIST is non-nil, the new pairs are prepended to it." ;;;###autoload (progn - ;; Make sure functions defined with cl-defsubst can be inlined even in - ;; packages which do not require CL. - (autoload 'cl--defsubst-expand "cl-macs") ;; Autoload, so autoload.el and font-lock can use it even when CL ;; is not loaded. (put 'cl-defun 'doc-string-elt 3) |