(bookmark-make-name-function, bookmark-get-bookmark-record):
Pacify byte-compiler.
This commit is contained in:
parent
6b6481ed72
commit
f9b27c8599
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue