Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f9b27c85
Commit
f9b27c85
authored
Mar 08, 2008
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(bookmark-make-name-function, bookmark-get-bookmark-record):
Pacify byte-compiler.
parent
6b6481ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/info.el
lisp/info.el
+3
-1
No files found.
lisp/ChangeLog
View file @
f9b27c85
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>
2008-03-07 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
* progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
...
...
lisp/info.el
View file @
f9b27c85
...
@@ -3375,6 +3375,8 @@ With a zero prefix arg, put the name inside a function call to `info'."
...
@@ -3375,6 +3375,8 @@ With a zero prefix arg, put the name inside a function call to `info'."
(
defvar
tool-bar-map
)
(
defvar
tool-bar-map
)
(
defvar
bookmark-make-record-function
)
(
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 cookie needed by desktop.el
;;;###autoload
;;;###autoload
...
@@ -3745,7 +3747,7 @@ the variable `Info-file-list-for-emacs'."
...
@@ -3745,7 +3747,7 @@ the variable `Info-file-list-for-emacs'."
(
case-fold-search
t
)
(
case-fold-search
t
)
paragraph-markers
paragraph-markers
(
not-fontified-p
; the node hasn't already been fontified
(
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
)))
'font-lock-face
)))
(
and
where
(
not
(
=
where
(
point-max
)))))))
(
and
where
(
not
(
=
where
(
point-max
)))))))
(
fontify-visited-p
; visited nodes need to be re-fontified
(
fontify-visited-p
; visited nodes need to be re-fontified
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment