(bookmark-make-name-function, bookmark-get-bookmark-record):

Pacify byte-compiler.
This commit is contained in:
Juanma Barranquero 2008-03-08 00:11:29 +00:00
parent 6b6481ed72
commit f9b27c8599
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -3375,6 +3375,8 @@ With a zero prefix arg, put the name inside a function call to `info'."
(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
@ -3745,7 +3747,7 @@ the variable `Info-file-list-for-emacs'."
(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