/[emacs]/emacs/lisp/speedbar.el
ViewVC logotype

Diff of /emacs/lisp/speedbar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.73 by nickrob, Mon Oct 17 21:10:48 2005 UTC revision 1.74 by rfrancoise, Wed Nov 30 21:15:10 2005 UTC
# Line 331  display is used instead." Line 331  display is used instead."
331    :group 'speedbar    :group 'speedbar
332    :type 'boolean)    :type 'boolean)
333    
334    (defcustom speedbar-default-position 'left-right
335      "*Default position of the speedbar frame.
336    Possible values are 'left, 'right or 'left-right.
337    If value is 'left-right, the most suitable location is
338    determined automatically."
339      :group 'speedbar
340      :type '(radio (const :tag "Automatic" left-right)
341                    (const :tag "Left" left)
342                    (const :tag "Right" right)))
343    
344  (defcustom speedbar-sort-tags nil  (defcustom speedbar-sort-tags nil
345    "*If non-nil, sort tags in the speedbar display.  *Obsolete*.    "*If non-nil, sort tags in the speedbar display.  *Obsolete*.
346  Use `semantic-tag-hierarchy-method' instead."  Use `semantic-tag-hierarchy-method' instead."
# Line 967  supported at a time. Line 977  supported at a time.
977          (t          (t
978           (dframe-reposition-frame speedbar-frame           (dframe-reposition-frame speedbar-frame
979                                    (dframe-attached-frame speedbar-frame)                                    (dframe-attached-frame speedbar-frame)
980                                    'left-right))))                                    speedbar-default-position))))
981    
982  (defun speedbar-detach ()  (defun speedbar-detach ()
983    "Detach the current Speedbar from auto-updating.    "Detach the current Speedbar from auto-updating.

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26