Browse Source

Remove redundant feature check

custom
Bozhidar Batsov 11 years ago
parent
commit
adb9ad3529
  1. 2
      core/prelude-core.el

2
core/prelude-core.el

@ -486,8 +486,6 @@ With a prefix argument ARG, find the `user-init-file' instead."
(defun prelude-ido-goto-symbol (&optional symbol-list)
"Refresh imenu and jump to a place in the buffer using Ido."
(interactive)
(unless (featurep 'imenu)
(require 'imenu nil t))
(cond
((not symbol-list)
(let (name-and-pos symbol-names position)

Loading…
Cancel
Save