1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00
emacs/doc
F. Jason Park ba7fe88b78 Optionally prompt for more ERC entry-point params
* doc/misc/erc.texi: Update statement about availability of `:user'
keyword param when entry points called interactively.
* lisp/erc/erc/compat.el: Don't require `url-parse' when compiling.
Add forward declaration for `url-type'.
* lisp/erc/erc.el: Don't require `url-parse' when compiling.  Add
forward declarations for accessors of `url' struct from `url-parse'
library.
(erc-select-read-args): Allow optionally calling entry points with a
prefix arg to access params `user' and `:full-name'.
(erc-tls): Update doc string.
* test/lisp/erc/erc-tests.el (erc-select-read-args): Add test for
extra args.  (Bug#60428.)
2023-04-08 14:23:51 -07:00
..
emacs Merge from origin/emacs-29 2023-04-06 14:38:20 -04:00
lispintro ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lispref Merge from origin/emacs-29 2023-04-06 14:38:20 -04:00
man ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
misc Optionally prompt for more ERC entry-point params 2023-04-08 14:23:51 -07:00