aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-05-07 05:11:56 +0200
committerJuanma Barranquero2010-05-07 05:11:56 +0200
commit03ffa46daa2acfb4227661855c1159aeb077ad56 (patch)
tree85392903bc6261a1d34d1ffe57da6f5e7abcd889
parente6df49e47a04bd94db471124bc24fc33aaf04ec2 (diff)
downloademacs-03ffa46daa2acfb4227661855c1159aeb077ad56.tar.gz
emacs-03ffa46daa2acfb4227661855c1159aeb077ad56.zip
* minibuffer.el: Revert previous change.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/minibuffer.el2
2 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 12c9d3c7ec4..4b3852bc3d5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,5 @@
12010-05-07 Juanma Barranquero <lekktu@gmail.com> 12010-05-07 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * minibuffer.el (comps): Declare for byte-compiler.
4
5 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed). 3 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6 * emulation/cua-base.el (cua-repeat-replace-region): 4 * emulation/cua-base.el (cua-repeat-replace-region):
7 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark) 5 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 9ebaf52c886..31bdb6993fa 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -1987,8 +1987,6 @@ filter out additional entries (because TABLE migth not obey PRED)."
1987 "Like `reverse' but for a string STR rather than a list." 1987 "Like `reverse' but for a string STR rather than a list."
1988 (apply 'string (nreverse (mapcar 'identity str)))) 1988 (apply 'string (nreverse (mapcar 'identity str))))
1989 1989
1990(defvar comps)
1991
1992(defun completion--common-suffix (strs) 1990(defun completion--common-suffix (strs)
1993 "Return the common suffix of the strings STRS." 1991 "Return the common suffix of the strings STRS."
1994 (completion--sreverse 1992 (completion--sreverse