mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(ucs-normalize-hfs-nfd-post-read-conversion):
Remove unused var `buffer-modified-p'.
This commit is contained in:
parent
265d4549b0
commit
d440b941cf
2 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
|
||||
Remove unused var `buffer-modified-p'.
|
||||
|
||||
* minibuffer.el (completion--do-completion): Move point for the #b001
|
||||
case as well (bug#4176).
|
||||
(minibuffer-complete, minibuffer-complete-word): Don't move point.
|
||||
|
|
|
|||
|
|
@ -585,9 +585,8 @@ COMPOSITION-PREDICATE will be used to compose region."
|
|||
(save-excursion
|
||||
(save-restriction
|
||||
(narrow-to-region (point) (+ (point) len))
|
||||
(let ((buffer-modified-p (buffer-modified-p)))
|
||||
(ucs-normalize-HFS-NFC-region (point-min) (point-max))
|
||||
(- (point-max) (point-min))))))
|
||||
(ucs-normalize-HFS-NFC-region (point-min) (point-max))
|
||||
(- (point-max) (point-min)))))
|
||||
|
||||
;; Pre-write conversion for `utf-8-hfs'.
|
||||
(defun ucs-normalize-hfs-nfd-pre-write-conversion (from to)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue