Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cde7e38b
Commit
cde7e38b
authored
Jan 21, 2011
by
Chong Yidong
Browse files
* man.el (Man-highlight-references0): Use make-button (Bug#7881).
parent
9ba41eb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/man.el
lisp/man.el
+3
-1
No files found.
lisp/ChangeLog
View file @
cde7e38b
2011-01-22 Chong Yidong <cyd@stupidchicken.com>
* man.el (Man-highlight-references0): Use make-button (Bug#7881).
2011-01-22 Phil Hagelberg <phil@evri.com>
* pcmpl-unix.el (pcmpl-ssh-config-file): New option.
...
...
lisp/man.el
View file @
cde7e38b
...
...
@@ -1154,7 +1154,9 @@ default type, `Man-xref-man-page' is used for the buttons."
(
goto-char
(
point-min
))
nil
)))
(
while
(
re-search-forward
regexp
end
t
)
(
make-text-button
;; An overlay button is preferable because the underlying text
;; may have text property highlights (Bug#7881).
(
make-button
(
match-beginning
button-pos
)
(
match-end
button-pos
)
'type
type
...
...
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