equal
deleted
inserted
replaced
1240 ) |
1240 ) |
1241 |
1241 |
1242 ;;; ---------------------------------------------------------------- |
1242 ;;; ---------------------------------------------------------------- |
1243 (message "imenu") |
1243 (message "imenu") |
1244 |
1244 |
1245 (require 'imenu) |
|
1246 (when window-system |
1245 (when window-system |
|
1246 (require 'imenu) |
1247 (mapc (lambda (hook) |
1247 (mapc (lambda (hook) |
1248 (add-hook hook |
1248 (add-hook hook |
1249 (lambda () |
1249 (lambda () |
1250 (imenu-add-menubar-index) |
1250 (imenu-add-menubar-index) |
1251 (run-hooks 'menu-bar-update-hook) |
1251 (run-hooks 'menu-bar-update-hook) |