mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
uniqify -> uniquify
The latter spelling is more common both within Emacs and in English-language sources in general (Bug#10048). * lisp/eshell/esh-util.el (eshell-uniquify-list): Rename from eshell-uniqify-list. All callers changed. * lisp/pcomplete.el (pcomplete-uniquify-list): Rename from pcomplete-uniqify-list. All callers changed.
This commit is contained in:
parent
0e10b6fce7
commit
136e1d23e9
12 changed files with 40 additions and 27 deletions
|
|
@ -125,7 +125,7 @@
|
|||
(while (re-search-forward
|
||||
(concat "^\\s-*\\([^\n#%.$][^:=\n]*\\)\\s-*:[^=]") nil t)
|
||||
(setq rules (append (split-string (match-string 1)) rules))))
|
||||
(pcomplete-uniqify-list rules))))
|
||||
(pcomplete-uniquify-list rules))))
|
||||
|
||||
(defcustom pcmpl-gnu-tarfile-regexp
|
||||
"\\.t\\(ar\\(\\.\\(gz\\|bz2\\|Z\\|xz\\)\\)?\\|gz\\|a[zZ]\\|z2\\)\\'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue