]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-name-regexp): Add `:' to accept qualified names.
authorJuri Linkov <juri@jurta.org>
Sun, 29 May 2005 16:09:50 +0000 (16:09 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 29 May 2005 16:09:50 +0000 (16:09 +0000)
lisp/ChangeLog
lisp/man.el

index 44dad961c60237a419f552778adef8abdd8bc465..aaf3b286f3d2fde17ca7cdf318180296402fae42 100644 (file)
@@ -1,3 +1,10 @@
+2005-05-29  Juri Linkov  <juri@jurta.org>
+
+       * add-log.el (change-log-font-lock-keywords):
+       Add `+' to e-mail regexp to accept mail address with keywords.
+
+       * man.el (Man-name-regexp): Add `:' to accept qualified names.
+
 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
 
        * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
index aa5bd04dd57b8a1c6a37d8d4953c779e0421bc8b..d7344ed2f7a43fd3dbfaf37809d7994af8f132f8 100644 (file)
@@ -259,7 +259,7 @@ the associated section number."
 (defvar Man-cooked-hook nil
   "Hook run after removing backspaces but before `Man-mode' processing.")
 
-(defvar Man-name-regexp "[-a-zA-Z0-9_­+][-a-zA-Z0-9_.­+]*"
+(defvar Man-name-regexp "[-a-zA-Z0-9_­+][-a-zA-Z0-9_.:­+]*"
   "Regular expression describing the name of a manpage (without section).")
 
 (defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]"