Remove redundant feature check
This commit is contained in:
parent
cd29262c36
commit
adb9ad3529
1 changed files with 0 additions and 2 deletions
|
@ -486,8 +486,6 @@ With a prefix argument ARG, find the `user-init-file' instead."
|
||||||
(defun prelude-ido-goto-symbol (&optional symbol-list)
|
(defun prelude-ido-goto-symbol (&optional symbol-list)
|
||||||
"Refresh imenu and jump to a place in the buffer using Ido."
|
"Refresh imenu and jump to a place in the buffer using Ido."
|
||||||
(interactive)
|
(interactive)
|
||||||
(unless (featurep 'imenu)
|
|
||||||
(require 'imenu nil t))
|
|
||||||
(cond
|
(cond
|
||||||
((not symbol-list)
|
((not symbol-list)
|
||||||
(let (name-and-pos symbol-names position)
|
(let (name-and-pos symbol-names position)
|
||||||
|
|
Loading…
Reference in a new issue