Bläddra i källkod

Fix problem with calendar popping up in a different frame

* lisp/org.el (org-read-date): Bind `calendar-setup' to nil for the
scope of this command.
Carsten Dominik 15 år sedan
förälder
incheckning
1eb974ed62
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -14003,6 +14003,7 @@ user."
 		    (setq def (apply 'encode-time defdecode)
 			  defdecode (decode-time def)))))
 	 (calendar-frame-setup nil)
+	 (calendar-setup nil)
 	 (calendar-move-hook nil)
 	 (calendar-view-diary-initially-flag nil)
 	 (calendar-view-holidays-initially-flag nil)