]> code.delx.au - gnu-emacs/blobdiff - lisp/rect.el
Fix cut'n'paste during a multi-display session (Mark Plaksin, Robert Chassell).
[gnu-emacs] / lisp / rect.el
index 1fa5900b2c9f85278d64671e7fa7349072440a4b..6d9cd6a2aaac55753344339ee0ecc268e1edd139 100644 (file)
@@ -187,7 +187,7 @@ the function is called."
        (setq val (concat "        " val)
              n (- n 8)))
       (concat val (aref spaces-strings n)))))
-    
+
 ;;;###autoload
 (defun delete-rectangle (start end &optional fill)
   "Delete (don't save) text in the region-rectangle.
@@ -384,4 +384,5 @@ rectangle which were empty."
 
 (provide 'rect)
 
+;;; arch-tag: 178847b3-1f50-4b03-83de-a6e911cc1d16
 ;;; rect.el ends here