Mercurial > emacs
changeset 108277:77714da1307b
* minibuffer.el (comps): Declare for byte-compiler.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 07 May 2010 02:50:26 +0200 |
parents | 41220cd25ea8 |
children | 9c003610b6fc |
files | lisp/ChangeLog lisp/minibuffer.el |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 07 02:46:09 2010 +0200 +++ b/lisp/ChangeLog Fri May 07 02:50:26 2010 +0200 @@ -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)
--- a/lisp/minibuffer.el Fri May 07 02:46:09 2010 +0200 +++ b/lisp/minibuffer.el Fri May 07 02:50:26 2010 +0200 @@ -1987,6 +1987,8 @@ "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