]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuffer.el: Revert previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 7 May 2010 03:11:56 +0000 (05:11 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 7 May 2010 03:11:56 +0000 (05:11 +0200)
lisp/ChangeLog
lisp/minibuffer.el

index 12c9d3c7ec42d2957641c0d4f09c5b2e2ffcf457..4b3852bc3d50b7d12f6fb5a34edc68c8792e5e09 100644 (file)
@@ -1,7 +1,5 @@
 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)
index 9ebaf52c8864868211ebc64a855e1b180d5d130b..31bdb6993fa6d37d57e3e45721d73a31799f5c29 100644 (file)
@@ -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