From 03ffa46daa2acfb4227661855c1159aeb077ad56 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 7 May 2010 05:11:56 +0200 Subject: [PATCH] * minibuffer.el: Revert previous change. --- lisp/ChangeLog | 2 -- lisp/minibuffer.el | 2 -- 2 files changed, 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12c9d3c7ec4..4b3852bc3d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,5 @@ 2010-05-07 Juanma Barranquero - * 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) 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)." "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 -- 2.11.4.GIT