1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(help-do-arg-highlight): Regexp-quote argument names.

This commit is contained in:
Richard M. Stallman 2005-07-01 01:13:27 +00:00
parent 6261856785
commit 11bc6e51a0
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2005-06-30 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
(crm-find-current-element): Likewise.
2005-06-30 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net>
* help-fns.el (help-do-arg-highlight): Regexp-quote argument
names.
2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
* arc-mode.el (archive-extract): Make it work as a mouse binding.

View File

@ -277,7 +277,7 @@ face (according to `face-differs-from-default-p')."
(concat "\\<" ; beginning of word
"\\(?:[a-z-]*-\\)?" ; for xxx-ARG
"\\("
arg
(regexp-quote arg)
"\\)"
"\\(?:es\\|s\\|th\\)?" ; for ARGth, ARGs
"\\(?:-[a-z-]+\\)?" ; for ARG-xxx