blob a88633d2864a3c21e54d5ef5dfe553dd7c919bf5 538 bytes (raw)
name: lisp/emacs-lisp/cldefs.el.in # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| | (require 'gv)
(defconst cldefs--cl-lib-functions
(let (load-history)
(require 'cl-lib)
(require 'cl-macs)
(require 'cl-seq)
(mapcan
(lambda (defines)
(delq nil (mapcar
(lambda (define)
(when (memq (car-safe define) '(defun t))
(cdr define)))
defines)))
(mapcar #'cdr load-history)))
"Since cl-lib has yet to join loadup.el, we must flag user code which
does not first require it before using its functions. (Bug#30635)")
|
debug log:
solving a88633d2864 ...
found a88633d2864 in https://yhetil.org/emacs-bugs/87zgmzamcd.fsf@dick/
applying [1/1] https://yhetil.org/emacs-bugs/87zgmzamcd.fsf@dick/
diff --git a/lisp/emacs-lisp/cldefs.el.in b/lisp/emacs-lisp/cldefs.el.in
new file mode 100644
index 00000000000..a88633d2864
Checking patch lisp/emacs-lisp/cldefs.el.in...
Applied patch lisp/emacs-lisp/cldefs.el.in cleanly.
index at:
100644 a88633d2864a3c21e54d5ef5dfe553dd7c919bf5 lisp/emacs-lisp/cldefs.el.in
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).