+2011-04-12 Juanma Barranquero <lekktu@gmail.com>
+
+ * dframe.el (dframe-current-frame): Remove spurious quote.
+
2011-04-12 Glenn Morris <rgm@gnu.org>
* calendar/cal-tex.el (cal-tex-end-document):
FRAME-VAR is the variable storing the currently active dedicated frame.
If the current frame's buffer uses DESIRED-MAJOR-MODE, then use that frame."
(if (not (eq (selected-frame) (symbol-value frame-var)))
- (if (and (eq major-mode 'desired-major-mode)
+ (if (and (eq major-mode desired-major-mode)
(get-buffer-window (current-buffer))
(window-frame (get-buffer-window (current-buffer))))
(window-frame (get-buffer-window (current-buffer)))