summaryrefslogtreecommitdiff
path: root/lisp/rect.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-08-05 14:10:30 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-05 14:10:30 -0700
commit0274862f395807d05585eb6325c5285f1bf775d8 (patch)
treeda85c643cf8040db118538bf7705d2a461ec055a /lisp/rect.el
parentf902a6b89e6970eabaaf3c2c1452bf2104e2004b (diff)
parentd08afa1d0339425f03a48e533166a7cadfa66139 (diff)
downloademacs-0274862f395807d05585eb6325c5285f1bf775d8.tar.gz
emacs-0274862f395807d05585eb6325c5285f1bf775d8.tar.bz2
emacs-0274862f395807d05585eb6325c5285f1bf775d8.zip
Merge from origin/emacs-25
d08afa1 * etc/AUTHORS: Update the AUTHORS file 2668500 ;; * ChangeLog.2: ChangeLog update. 7acfaea ; ChangeLog fixes 97d28b4 * admin/authors.el (authors-valid-file-names): Addition. 9ab52f6 * admin/authors.el: Additions. 0e646c7 Warn about Cairo-related problems bc4c07f Don't let completion break `declare' handling 66f95e0 Adjust match data before calling after-change-funs 52cf0d5 Do not show string-rectangle preview if minibuffer is empty 6a3d031 * etc/PROBLEMS: Add entry about selection problems under Plas... # Conflicts: # ChangeLog.2 # src/lisp.h
Diffstat (limited to 'lisp/rect.el')
-rw-r--r--lisp/rect.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/rect.el b/lisp/rect.el
index 13db7d8ee3d..13499d686f3 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -410,9 +410,6 @@ With a prefix (or a FILL) argument, also fill too short lines."
(defun rectangle--string-preview ()
(when rectangle-preview
(let ((str (minibuffer-contents)))
- (when (equal str "")
- (setq str (or (car-safe minibuffer-default)
- (if (stringp minibuffer-default) minibuffer-default))))
(when str (setq str (propertize str 'face 'rectangle-preview)))
(with-selected-window rectangle--string-preview-window
(unless (or (null rectangle--string-preview-state)