diff options
| author | Dan Nicolaescu | 2009-06-23 05:54:33 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-06-23 05:54:33 +0000 |
| commit | 2764748c42990b0b80d7c641e821ed03d6dabfc7 (patch) | |
| tree | 9339b3a4241b3f5d6b75b605a1b6510676aacf72 | |
| parent | 74d754240555c3cbe51ec536eda17a2d72add7dd (diff) | |
| download | emacs-2764748c42990b0b80d7c641e821ed03d6dabfc7.tar.gz emacs-2764748c42990b0b80d7c641e821ed03d6dabfc7.zip | |
(elp-output-insert-symname): Add a link face to make it obvious item
can be clicked.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emacs-lisp/elp.el | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 363964439fd..99752b553ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | 2009-06-22 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | |||
| 3 | * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face | ||
| 4 | to make it obvious item can be clicked. | ||
| 2 | 5 | ||
| 3 | * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions. | 6 | * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions. |
| 4 | 7 | ||
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 900b93ef3db..7b3acab2f6b 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el | |||
| @@ -554,6 +554,7 @@ original definition, use \\[elp-restore-function] or \\[elp-restore-all]." | |||
| 554 | 'elp-symname (intern symname) | 554 | 'elp-symname (intern symname) |
| 555 | 'keymap elp-results-symname-map | 555 | 'keymap elp-results-symname-map |
| 556 | 'mouse-face 'highlight | 556 | 'mouse-face 'highlight |
| 557 | 'face 'link | ||
| 557 | 'help-echo "mouse-2 or RET jumps to definition"))) | 558 | 'help-echo "mouse-2 or RET jumps to definition"))) |
| 558 | 559 | ||
| 559 | ;;;###autoload | 560 | ;;;###autoload |