mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-27
f3d30b5303Remove some doc references to old Emacs versions4217bc229bFix infloop in shell.el74b151195dFix erc-notifications-notify for non-PRIVMSGs, broken in l...db4436eaf9Fix the notification action for PRIVMSG in erc-notificatio...36a4068105ERC: New maintainer.2391d3f45d; spelling fixese898442be3Honor tags-case-fold-search during xref identifer completion # Conflicts: # etc/NEWS
This commit is contained in:
commit
519de2f88e
51 changed files with 93 additions and 86 deletions
|
|
@ -2024,7 +2024,7 @@ quit spell session exited."
|
|||
(setq ispell-filter (cdr ispell-filter))
|
||||
(when (and ispell-filter (listp ispell-filter))
|
||||
(if (> (length ispell-filter) 1)
|
||||
(error "Ispell and its processs have different character maps: %s" ispell-filter)
|
||||
(error "Ispell and its process have different character maps: %s" ispell-filter)
|
||||
(ispell-parse-output (car ispell-filter)))))
|
||||
|
||||
(defun ispell-error-checking-word (word)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue