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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el
Date: Sun, 14 Apr 2002 04:11:23 -0400

Index: emacs/lisp/speedbar.el
diff -c emacs/lisp/speedbar.el:1.40 emacs/lisp/speedbar.el:1.41
*** emacs/lisp/speedbar.el:1.40 Fri Mar 29 07:45:44 2002
--- emacs/lisp/speedbar.el      Sun Apr 14 04:11:22 2002
***************
*** 397,403 ****
    :type 'boolean)
  
  (defcustom speedbar-sort-tags nil
!   "*If Non-nil, sort tags in the speedbar display.  *Obsolete*."
    :group 'speedbar
    :type 'boolean)
  
--- 397,403 ----
    :type 'boolean)
  
  (defcustom speedbar-sort-tags nil
!   "*If non-nil, sort tags in the speedbar display.  *Obsolete*."
    :group 'speedbar
    :type 'boolean)
  
***************
*** 704,710 ****
  the dot should NOT be quoted in with \\.  Other regular expression
  matchers are allowed however.  EXTENSION may be a single string or a
  list of strings."
!   (interactive "sExtionsion: ")
    (if (not (listp extension)) (setq extension (list extension)))
    (while extension
      (if (member (car extension) speedbar-supported-extension-expressions)
--- 704,710 ----
  the dot should NOT be quoted in with \\.  Other regular expression
  matchers are allowed however.  EXTENSION may be a single string or a
  list of strings."
!   (interactive "sExtension: ")
    (if (not (listp extension)) (setq extension (list extension)))
    (while extension
      (if (member (car extension) speedbar-supported-extension-expressions)
***************
*** 1723,1729 ****
    (speedbar-item-info))
  
  (defun speedbar-generic-item-info ()
!   "Attempt to derive, and then display information about thils line item.
  File style information is displayed with `speedbar-item-info'."
    (save-excursion
      (beginning-of-line)
--- 1723,1729 ----
    (speedbar-item-info))
  
  (defun speedbar-generic-item-info ()
!   "Attempt to derive, and then display information about this line item.
  File style information is displayed with `speedbar-item-info'."
    (save-excursion
      (beginning-of-line)



reply via email to

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