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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:12:45 -0500

Index: emacs/lisp/speedbar.el
diff -c emacs/lisp/speedbar.el:1.52.6.2 emacs/lisp/speedbar.el:1.52.6.3
*** emacs/lisp/speedbar.el:1.52.6.2     Fri Aug 27 07:00:26 2004
--- emacs/lisp/speedbar.el      Thu Nov  4 08:55:35 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]