* minibuffer.el (comps): Declare for byte-compiler.
This commit is contained in:
parent
f83483ff69
commit
cae7fcf92d
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-05-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* minibuffer.el (comps): Declare for byte-compiler.
|
||||
|
||||
Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
|
||||
* emulation/cua-base.el (cua-repeat-replace-region):
|
||||
* emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
|
||||
|
|
|
@ -1987,6 +1987,8 @@ filter out additional entries (because TABLE migth not obey PRED)."
|
|||
"Like `reverse' but for a string STR rather than a list."
|
||||
(apply 'string (nreverse (mapcar 'identity str))))
|
||||
|
||||
(defvar comps)
|
||||
|
||||
(defun completion--common-suffix (strs)
|
||||
"Return the common suffix of the strings STRS."
|
||||
(completion--sreverse
|
||||
|
|
Loading…
Add table
Reference in a new issue