+2008-03-08 Juanma Barranquero <lekktu@gmail.com>
+
+ * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
+ Pacify byte-compiler.
+
2008-03-07 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
(defvar tool-bar-map)
(defvar bookmark-make-record-function)
+(defvar bookmark-make-name-function)
+(declare-function bookmark-get-bookmark-record "bookmark" (bookmark))
;; Autoload cookie needed by desktop.el
;;;###autoload
(case-fold-search t)
paragraph-markers
(not-fontified-p ; the node hasn't already been fontified
- (not (let ((where (next-single-property-change (point-min)
+ (not (let ((where (next-single-property-change (point-min)
'font-lock-face)))
(and where (not (= where (point-max)))))))
(fontify-visited-p ; visited nodes need to be re-fontified