]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-do-arg-highlight): Regexp-quote argument names.
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Jul 2005 01:13:27 +0000 (01:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Jul 2005 01:13:27 +0000 (01:13 +0000)
lisp/ChangeLog
lisp/help-fns.el

index 329fcdba26b45d74ea4ccae43690e2790820c345..407f779999a671dedc2d475f69ea5d8a540f3ee2 100644 (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\e,Ae\e(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.
index 39d5f2fc4eaf3f6f51477f80f4ed361c068d903c..ab9e118bfdf17057e5eec1a8174adc37d22292f8 100644 (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