We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ea3bb5 + 21c210d commit f9db5c6Copy full SHA for f9db5c6
utils.el
@@ -1,4 +1,4 @@
1
-
+;;; -*- lexical-binding: t; -*-
2
(defun py2el (beg end)
3
"Helper function for converting Meson data structures from
4
Python sources to something more similar to elisp."
@@ -35,6 +35,6 @@ Run this in a buffer with meson/docs/markdown/Reference-manual.md"
35
(skip-syntax-forward " ")
36
(buffer-substring-no-properties (point) (line-end-position))))))
37
;;(edebug)
38
- (add-to-list 'functions (list funcname :doc synopsis)
+ (push (list funcname :doc synopsis) functions
39
)))
40
(kill-new (prin1-to-string (reverse functions)))))))
0 commit comments