aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/buff-menu.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a42711dccc4..064e745d1f5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-08-25 Eli Zaretskii <eliz@gnu.org>
2
3 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
4 bidi-string-mark-left-to-right; they are unnecessary now.
5
12011-08-25 Deniz Dogan <deniz@dogan.se> 62011-08-25 Deniz Dogan <deniz@dogan.se>
2 7
3 * net/quickurl.el: Documentation typo fixes. 8 * net/quickurl.el: Documentation typo fixes.
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 2eac33d8157..2be74cf5efb 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -681,9 +681,9 @@ For more information, see the function `buffer-menu'."
681 (string-width tail) 681 (string-width tail)
682 2)) 682 2))
683 Buffer-menu-short-ellipsis 683 Buffer-menu-short-ellipsis
684 (bidi-string-mark-left-to-right tail)))) 684 tail)))
685 ;; Don't put properties on (buffer-name). 685 ;; Don't put properties on (buffer-name).
686 (setq name (bidi-string-mark-left-to-right name))) 686 (setq name (copy-sequence name)))
687 (add-text-properties 0 (length name) name-props name) 687 (add-text-properties 0 (length name) name-props name)
688 (add-text-properties 0 (length size) size-props size) 688 (add-text-properties 0 (length size) size-props size)
689 (let ((name+space-width (- Buffer-menu-buffer+size-width 689 (let ((name+space-width (- Buffer-menu-buffer+size-width