]> git.neil.brown.name Git - edlib.git/commit
history: drop second string arg to attach-history
authorNeilBrown <neil@brown.name>
Fri, 8 Sep 2023 11:54:01 +0000 (21:54 +1000)
committerNeilBrown <neil@brown.name>
Fri, 8 Sep 2023 11:54:01 +0000 (21:54 +1000)
commit46213e20fefa69dd056959c57750da069693d100
treec6ee44fae6eda33f74da26fe9f5c0c3f3e21408b
parent4c7f48089ebe3617b22b4f0ac6026f0bc76380b4
history: drop second string arg to attach-history

All callers pass popup:close as second arg to attach-history.
This is a command that history catches so as to save the new
entry into this history.
Handling it requires complexity that I would rather avoid.
So for now - just assume it is always popup:close.
If a need appears, I can come up with some other way to
achieve the same effect.

Signed-off-by: NeilBrown <neil@brown.name>
emacs-search.c
lib-history.c
mode-emacs.c
python/lib-compose-email.py
python/lib-make.py
python/module-notmuch.py