Merge pull request #203507 from leungbk/emacs-cl-print

emacs: override built-in cl-print as null
This commit is contained in:
Anderson Torres 2022-11-28 19:59:42 -03:00 committed by GitHub
commit be9f8137bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ self: let
else super.org-transclusion;
rcirc-menu = markBroken super.rcirc-menu; # Missing file header
cl-lib = null; # builtin
cl-print = null; # builtin
tle = null; # builtin
advice = null; # builtin
seq = if lib.versionAtLeast self.emacs.version "27"