summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-03-30 04:35:24 -0400
committerEli Zaretskii <eliz@gnu.org>2024-03-30 04:35:24 -0400
commitcd60fa42f6803d4d34dedfaea3d1ed5c16349670 (patch)
treecc659049831aba7a89e399dcf0805af607fb8978 /test
parent06882a2d768241a814d7f9da24e1e5436207c0d8 (diff)
parent7a5d7be52c5f0690ee47f30bfad973827261abf2 (diff)
downloademacs-cd60fa42f6803d4d34dedfaea3d1ed5c16349670.tar.gz
Merge from origin/emacs-29
7a5d7be52c5 org--confirm-resource-safe: Fix prompt when prompting in ... 2bc865ace05 org-file-contents: Consider all remote files unsafe 6f9ea396f49 org-latex-preview: Add protection when `untrusted-content... 937b9042ad7 * lisp/gnus/mm-view.el (mm-display-inline-fontify): Mark ... ccc188fcf98 * lisp/files.el (untrusted-content): New variable. befa9fcaae2 org-macro--set-templates: Prevent code evaluation 3221d8d4611 * admin/authors.el (authors-aliases): Add ignored authors. 8d8253f8991 * etc/NEWS: Update for Emacs 29.3
Diffstat (limited to 'test')
-rw-r--r--test/lisp/emacs-lisp/cl-generic-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/cl-generic-tests.el b/test/lisp/emacs-lisp/cl-generic-tests.el
index 990fa580c54..1241d28ab74 100644
--- a/test/lisp/emacs-lisp/cl-generic-tests.el
+++ b/test/lisp/emacs-lisp/cl-generic-tests.el
@@ -331,7 +331,6 @@ Edebug symbols (Bug#42672)."
(goto-char (point-min))
;; But we don't want (eql '4) to turn into (eql (quote 4)) either.
(should (re-search-forward "(eql '4)" nil t))))
-
(provide 'cl-generic-tests)
;;; cl-generic-tests.el ends here