]> git.eshelyaron.com Git - emacs.git/commit
More dired-x cleanup.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Feb 2011 04:50:47 +0000 (20:50 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Feb 2011 04:50:47 +0000 (20:50 -0800)
commitfc14288b7162d53f3a19799641d4384b377d1c6b
tree1f5f8a68a7bd954be0e7bb05ce3e5583f2c30227
parent4e358705210d9534de286344d9029199e318de8f
More dired-x cleanup.

* lisp/dired-x.el (dired-clean-up-after-deletion):
kill-buffer does not need save-excursion.
(dired-do-run-mail): Doc fix.
(dired-filename-at-point): Doc fix.
Use looking-at, and skip-chars rather than re search.
(skip-chars were used prior to 2003-01-27T11:36:08Z!fx@gnu.org, and are ok to use again
since Emacs 22.1, because char-classes are supported.)
lisp/ChangeLog
lisp/dired-x.el