(help-do-arg-highlight): Regexp-quote argument names.
This commit is contained in:
parent
6261856785
commit
11bc6e51a0
2 changed files with 11 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue