bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13259: 24.2; Emacs: 24.2.1: query-replace-read-arg called incorrectl


From: Glenn Morris
Subject: bug#13259: 24.2; Emacs: 24.2.1: query-replace-read-arg called incorrectly in filesets.el
Date: Sun, 23 Dec 2012 15:04:13 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Bernard Hurley wrote:

>  query-replace-read-arg is called twice in filesets.el with three
>  arguments.  The code for this function in highlight-completion.el
>  expects just two arguments:
>
> (defun query-replace-read-args (string regexp-flag)
>   (hc-query-replace-read-args string regexp-flag))

Then this is a bug in highlight-completion.el, which should not be
redefining standard functions (or indeed anything without an hc-
prefix). Please report that to the maintainer of highlight-completion.el
(if there is one).

  query-replace-read-args is a compiled Lisp function in `replace.el'.

  (query-replace-read-args PROMPT REGEXP-FLAG &optional NOERROR)





reply via email to

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