Переглянути джерело

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 роки тому
батько
коміт
1eb974ed62
1 змінених файлів з 1 додано та 0 видалено
  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)