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:
parent
6261856785
commit
11bc6e51a0
@ -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…
Reference in New Issue
Block a user