]> git.eshelyaron.com Git - emacs.git/commit
* wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 9 Dec 2006 16:06:36 +0000 (16:06 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 9 Dec 2006 16:06:36 +0000 (16:06 +0000)
commit25e0d375667b4366f7ad413e65fd0417fb158655
treecf33a0039b308792ef92122e74714415aa6b9413
parent526248582611b24bbded90a48f169f2c248d4003
* wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
(wdired-search-and-rename): Simplify code.
(wdired-preprocess-files, wdired-preprocess-perms): Make
read-only property of preceding character rear-nonsticky to
avoid that it can be modified.  Put old-name and old-link
properties on character preceding name and replace
put-text-property by add-text-properties.
(wdired-get-filename, wdired-get-previous-link): Get old-name
and old-link properties from character preceding name and
simplify code.
(wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
(wdired-perms-to-number): Make local-map property
rear-nonsticky to avoid that text following permissions may be
modified.  Use add-text-properties instead of put-text-property
when changing a permission bit.
(wdired-change-to-dired-mode): Remove stickiness properties.
lisp/ChangeLog