diff lisp/ChangeLog @ 84774:3c064398f718

(speedbar-frame-mode) (speedbar-frame-reposition-smartly) (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps) (speedbar-check-vc): Remove use of non-existent variable dframe-xemacsp, use (featurep 'xemacs) instead.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 22 Sep 2007 01:50:54 +0000
parents d8b9b78eb16c
children 8589ca45e3b9
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 22 00:57:00 2007 +0000
+++ b/lisp/ChangeLog	Sat Sep 22 01:50:54 2007 +0000
@@ -1,5 +1,11 @@
 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* speedbar.el (speedbar-frame-mode)
+	(speedbar-frame-reposition-smartly)
+	(speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
+	(speedbar-check-vc): Remove use of non-existent variable
+	dframe-xemacsp, use (featurep 'xemacs) instead.
+
 	* indent.el (indent-for-tab-command): Indent the region if
 	transient-mark-mode and the region is active.