el/mdw-multiple-cursors.el: Use the `cl-' names for CL-ish functions.
[profile] / el / dot-emacs.el
index 01d3ac5..a323e03 100644 (file)
@@ -837,7 +837,8 @@ emphasis is on predictability rather than crazy DWIMmery."
      ((and fallback (window-live-p (cdr fallback)))
       ;; There's a fallback window set for this frame.  Use it.
 
-      (setq chosen (cdr fallback))
+      (setq chosen (cdr fallback)
+           selected nil)
       (display-buffer-record-window 'window chosen buffer))
 
      ((and full-height-p full-width-p)
@@ -3446,6 +3447,7 @@ name, as a symbol."
   (modify-syntax-entry ?$ "\\" font-lock-syntax-table)
   (modify-syntax-entry ?: "." font-lock-syntax-table)
   (mdw-standard-fill-prefix "\\([ \t]*#+[ \t]*\\)")
+  (setq auto-fill-function #'do-auto-fill)
 
   ;; Now define fontification things.
   (make-local-variable 'font-lock-keywords)