aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-08-17 17:56:28 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-08-17 17:56:42 +0200
commitb0f8f6eaacaff69e8fb75e15eccf99ea3da586fe (patch)
tree562ab3d1c2ca9197cf30321fd5b62c050dc0603e
parent59cd42a912e32e3b11afd81788309ce9c3dfca7f (diff)
Remove realname for ntake
-rw-r--r--compat-29.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat-29.el b/compat-29.el
index 64aa3a7..7d3f26b 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -97,7 +97,6 @@ WINDOW."
If N is zero or negative, return nil.
If N is greater or equal to the length of LIST, return LIST unmodified.
Otherwise, return LIST after truncating it."
- :realname compat--ntake-elisp
(and (> n 0) (let ((cons (nthcdr (1- n) list)))
(when cons (setcdr cons nil))
list)))