emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100173: * minibuffer.el (comps): Dec


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100173: * minibuffer.el (comps): Declare for byte-compiler.
Date: Fri, 07 May 2010 02:50:26 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100173
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2010-05-07 02:50:26 +0200
message:
  * minibuffer.el (comps): Declare for byte-compiler.
modified:
  lisp/ChangeLog
  lisp/minibuffer.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-07 00:46:09 +0000
+++ b/lisp/ChangeLog    2010-05-07 00:50:26 +0000
@@ -1,5 +1,7 @@
 2010-05-07  Juanma Barranquero  <address@hidden>
 
+       * 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)

=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el        2010-05-06 02:59:07 +0000
+++ b/lisp/minibuffer.el        2010-05-07 00:50:26 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]