[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66752: 30.0.50; [PATCH] Add support for 'thing-at-point' to 'bug-ref
From: |
Stefan Kangas |
Subject: |
bug#66752: 30.0.50; [PATCH] Add support for 'thing-at-point' to 'bug-reference-mode' |
Date: |
Sun, 5 Nov 2023 06:19:06 -0800 |
Jim Porter <jporterbugs@gmail.com> writes:
> Though I suppose this would use 'cl-pushnew' for (1), which might be
> inadvisable given the recent discussion on emacs-devel. (Or we could use
> 'add-to-list', but its docstring says "please do not abuse it in Elisp
> code, where you are usually better off using ‘push’ or ‘cl-pushnew’.")
>
> I don't have a very strong opinion on this part, so I'll do whatever
> makes everyone happy here.
It is perfectly fine to (require 'cl-lib).