]> git.eshelyaron.com Git - emacs.git/commitdiff
; Simplify recent change in cl-defstruct
authorStefan Kangas <stefankangas@gmail.com>
Sun, 1 Oct 2023 16:34:41 +0000 (18:34 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 1 Oct 2023 16:45:36 +0000 (18:45 +0200)
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Use bound-and-true-p.
Suggested by Robert Pluim <rpluim@gmail.com>.

lisp/emacs-lisp/cl-macs.el

index 7c207d372fcc19fe657199e4b8f6bf130088de6d..8025a64f1bf36200485318302e8ca77060f13c09 100644 (file)
@@ -3200,8 +3200,8 @@ To see the documentation for a defined struct type, use
                            ;; choose to avoid the byte-compiler
                            ;; warnings.
                            (if (>= (length long-docstring)
-                                   (or (and (boundp 'byte-compile-docstring-max-column)
-                                            byte-compile-docstring-max-column)
+                                   (or (bound-and-true-p
+                                        byte-compile-docstring-max-column)
                                        80))
                                (concat
                                 (internal--format-docstring-line