emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/speedbar.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el
Date: Fri, 29 Oct 2004 17:03:52 -0400

Index: emacs/lisp/speedbar.el
diff -c emacs/lisp/speedbar.el:1.59 emacs/lisp/speedbar.el:1.60
*** emacs/lisp/speedbar.el:1.59 Mon Aug 23 13:13:19 2004
--- emacs/lisp/speedbar.el      Fri Oct 29 20:57:51 2004
***************
*** 354,360 ****
  will be initialized to the height of the frame speedbar is
  attached to and added to this list before the new frame is initialized."
    :group 'speedbar
!   :type '(repeat (sexp :tag "Parameter:")))
  
  ;; These values by Hrvoje Niksic <address@hidden>
  (defcustom speedbar-frame-plist
--- 354,362 ----
  will be initialized to the height of the frame speedbar is
  attached to and added to this list before the new frame is initialized."
    :group 'speedbar
!   :type '(repeat (cons :format "%v"
!                      (symbol :tag "Parameter")
!                      (sexp :tag "Value"))))
  
  ;; These values by Hrvoje Niksic <address@hidden>
  (defcustom speedbar-frame-plist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]