Revert 2014-03-04T14:33:56Z!bzg@gnu.org.

Thanks to Leo for reporting this.
This commit is contained in:
Bastien Guerry 2014-03-05 08:04:01 +01:00
parent e6e8a5eb4d
commit 65cdacb51b
2 changed files with 1 additions and 6 deletions

View file

@ -16,11 +16,6 @@
* net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
`tramp-send-command-and-check'.
2014-03-04 Bastien Guerry <bzg@gnu.org>
* minibuffer.el (minibuffer-completion-help): Use 0 as the
fallback value for `base-size'. (Bug#16933)
2014-03-04 Juanma Barranquero <lekktu@gmail.com>
* hexl.el (hexl-address-region, hexl-ascii-region)

View file

@ -1751,7 +1751,7 @@ variables.")
(if completions "Sole completion" "No completions")))
(let* ((last (last completions))
(base-size (or (cdr last) 0))
(base-size (cdr last))
(prefix (unless (zerop base-size) (substring string 0 base-size)))
(all-md (completion--metadata (buffer-substring-no-properties
start (point))