mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
; Simplify recent change in cl-defstruct
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Use bound-and-true-p. Suggested by Robert Pluim <rpluim@gmail.com>.
This commit is contained in:
parent
248adb4b77
commit
3df581972f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user