Introduced in 2003-01-27T11:36:08Z!fx@gnu.org, 2003/01/27.
+2011-02-17 Glenn Morris <rgm@gnu.org>
+
+ * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
+
2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
* allout-widgets.el: New allout extension that shows allout
(setq prefix
(and (string-match
"^\\w+@"
- (buffer-substring start (line-beginning-position)))
+ (buffer-substring start (line-end-position)))
"/"))
(goto-char start)
(if (string-match "[/~]" (char-to-string (preceding-char)))