diff options
| author | Glenn Morris | 2018-04-25 14:43:18 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-04-25 14:43:18 -0400 |
| commit | 8c50334ad701dbf4141f8e80e9fb488c7c8de861 (patch) | |
| tree | af63df302bd049df9bdff834c8eb779a94024dac | |
| parent | bb902bf6a5629df9d54a5caf3d9ce2153f1a84c5 (diff) | |
| download | emacs-8c50334ad701dbf4141f8e80e9fb488c7c8de861.tar.gz emacs-8c50334ad701dbf4141f8e80e9fb488c7c8de861.zip | |
speedbar: remove support for missing custom.el
* lisp/speedbar.el (speedbar-file-regexp)
(speedbar-ignored-directory-regexp): Remove support for no custom.el.
| -rw-r--r-- | lisp/speedbar.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index a2311637150..48829d4023f 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -741,13 +741,6 @@ DIRECTORY-EXPRESSION to `speedbar-ignored-directory-expressions'." | |||
| 741 | (setq speedbar-ignored-directory-regexp (speedbar-extension-list-to-regex | 741 | (setq speedbar-ignored-directory-regexp (speedbar-extension-list-to-regex |
| 742 | speedbar-ignored-directory-expressions))) | 742 | speedbar-ignored-directory-expressions))) |
| 743 | 743 | ||
| 744 | ;; If we don't have custom, then we set it here by hand. | ||
| 745 | (if (not (fboundp 'custom-declare-variable)) | ||
| 746 | (setq speedbar-file-regexp (speedbar-extension-list-to-regex | ||
| 747 | speedbar-supported-extension-expressions) | ||
| 748 | speedbar-ignored-directory-regexp (speedbar-extension-list-to-regex | ||
| 749 | speedbar-ignored-directory-expressions))) | ||
| 750 | |||
| 751 | (defcustom speedbar-update-flag dframe-have-timer-flag | 744 | (defcustom speedbar-update-flag dframe-have-timer-flag |
| 752 | "Non-nil means to automatically update the display. | 745 | "Non-nil means to automatically update the display. |
| 753 | When this is nil then speedbar will not follow the attached frame's directory. | 746 | When this is nil then speedbar will not follow the attached frame's directory. |