+2006-02-17 Juri Linkov <juri@jurta.org>
+
+ * ffap.el (ffap) <defface>: Add explicit face declaration.
+ (ffap-highlight): Use face `ffap' directly instead of checking
+ for its existence.
+
+ * icomplete.el (icomplete-get-keys): Use `t' for the second arg
+ `visible-ok' of `other-buffer' to find the right original buffer.
+
+ * info.el (Info-search): Skip `Local Variables' node.
+
2006-02-17 Juri Linkov <juri@jurta.org>
* info.el (Info-find-file): Check for symbols `apropos', `history',
;; Skip Tag Table node
(save-excursion
(and (search-backward "\^_" nil t)
- (looking-at "\^_\nTag Table"))))))
+ (looking-at
+ "\^_\n\\(Tag Table\\|Local Variables\\)"))))))
(let ((search-spaces-regexp Info-search-whitespace-regexp))
(if (if backward
(re-search-backward regexp bound t)
;; Skip Tag Table node
(save-excursion
(and (search-backward "\^_" nil t)
- (looking-at "\^_\nTag Table"))))))
+ (looking-at
+ "\^_\n\\(Tag Table\\|Local Variables\\)"))))))
(let ((search-spaces-regexp Info-search-whitespace-regexp))
(if (if backward
(re-search-backward regexp nil t)