SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions

History of wuxch-dired-copy-paste.el

2008-11-10
03:01 UTC Revision 1 . . . . WuXiaochun;;; wuxch-dired-copy-paste.el (require 'dired) (require 'dired-aux) (define-key dired-mode-map [(control c)(control c)] 'ignore) (define-key . . .