mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-25
d08afa1* etc/AUTHORS: Update the AUTHORS file2668500;; * ChangeLog.2: ChangeLog update.7acfaea; ChangeLog fixes97d28b4* admin/authors.el (authors-valid-file-names): Addition.9ab52f6* admin/authors.el: Additions.0e646c7Warn about Cairo-related problemsbc4c07fDon't let completion break `declare' handling66f95e0Adjust match data before calling after-change-funs52cf0d5Do not show string-rectangle preview if minibuffer is empty6a3d031* etc/PROBLEMS: Add entry about selection problems under Plas... # Conflicts: # ChangeLog.2 # src/lisp.h
This commit is contained in:
commit
0274862f39
13 changed files with 974 additions and 286 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue