emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9564fc3: * lisp/emacs-lisp/pcase.el (pcase--make-do


From: Stefan Monnier
Subject: [Emacs-diffs] master 9564fc3: * lisp/emacs-lisp/pcase.el (pcase--make-docstring): Autoload
Date: Wed, 27 Feb 2019 11:01:20 -0500 (EST)

branch: master
commit 9564fc33f5f0bcad2cb775ed8f597512ef6c0f1d
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/emacs-lisp/pcase.el (pcase--make-docstring): Autoload
---
 lisp/emacs-lisp/pcase.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el
index 40e9ba1..9de2401 100644
--- a/lisp/emacs-lisp/pcase.el
+++ b/lisp/emacs-lisp/pcase.el
@@ -176,7 +176,9 @@ Emacs Lisp manual for more information and examples."
 
 ;; FIXME: Obviously, this will collide with nadvice's use of
 ;; function-documentation if we happen to advise `pcase'.
+;;;###autoload
 (put 'pcase 'function-documentation '(pcase--make-docstring))
+;;;###autoload
 (defun pcase--make-docstring ()
   (let* ((main (documentation (symbol-function 'pcase) 'raw))
          (ud (help-split-fundoc main 'pcase)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]