comparison lisp/speedbar.el @ 94033:03995f64a613

Move non-autoloaded define-obsolete-variable-alias calls for defcustoms not in dumped files before the associated defcustom.
author Glenn Morris <rgm@gnu.org>
date Sat, 12 Apr 2008 03:16:21 +0000
parents 107ccd98fa12
children 0d9b4dfd3f8b
comparison
equal deleted inserted replaced
94032:5e04f1ecd913 94033:03995f64a613
639 "Regular expression matching directorys speedbar will not switch to. 639 "Regular expression matching directorys speedbar will not switch to.
640 Created from `speedbar-ignored-directory-expressions' with the function 640 Created from `speedbar-ignored-directory-expressions' with the function
641 `speedbar-extension-list-to-regex' (A misnamed function in this case.) 641 `speedbar-extension-list-to-regex' (A misnamed function in this case.)
642 Use the function `speedbar-add-ignored-directory-regexp', or customize the 642 Use the function `speedbar-add-ignored-directory-regexp', or customize the
643 variable `speedbar-ignored-directory-expressions' to modify this variable.") 643 variable `speedbar-ignored-directory-expressions' to modify this variable.")
644
645 (define-obsolete-variable-alias 'speedbar-ignored-path-expressions
646 'speedbar-ignored-directory-expressions)
644 647
645 (defcustom speedbar-ignored-directory-expressions 648 (defcustom speedbar-ignored-directory-expressions
646 '("[/\\]logs?[/\\]\\'") 649 '("[/\\]logs?[/\\]\\'")
647 "*List of regular expressions matching directories speedbar will ignore. 650 "*List of regular expressions matching directories speedbar will ignore.
648 They should included directorys to directories which are notoriously very 651 They should included directorys to directories which are notoriously very
4131 ;;; Obsolete variables and functions 4134 ;;; Obsolete variables and functions
4132 4135
4133 (define-obsolete-variable-alias 4136 (define-obsolete-variable-alias
4134 'speedbar-ignored-path-regexp 'speedbar-ignored-directory-regexp) 4137 'speedbar-ignored-path-regexp 'speedbar-ignored-directory-regexp)
4135 4138
4136 (define-obsolete-variable-alias 'speedbar-ignored-path-expressions
4137 'speedbar-ignored-directory-expressions)
4138
4139 (define-obsolete-function-alias 'speedbar-add-ignored-path-regexp 4139 (define-obsolete-function-alias 'speedbar-add-ignored-path-regexp
4140 'speedbar-add-ignored-directory-regexp) 4140 'speedbar-add-ignored-directory-regexp)
4141 4141
4142 (define-obsolete-function-alias 'speedbar-line-path 4142 (define-obsolete-function-alias 'speedbar-line-path
4143 'speedbar-line-directory) 4143 'speedbar-line-directory)