diff options
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/pulse.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index 4d71bc0af50..e2a48a428a3 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el | |||
| @@ -91,8 +91,6 @@ Face used for temporary highlighting of tags for effect." | |||
| 91 | 91 | ||
| 92 | ;;; Code: | 92 | ;;; Code: |
| 93 | ;; | 93 | ;; |
| 94 | |||
| 95 | ;;FIXME | ||
| 96 | (defun pulse-int-to-hex (int &optional nb-digits) | 94 | (defun pulse-int-to-hex (int &optional nb-digits) |
| 97 | "Convert integer argument INT to a #XXXXXXXXXXXX format hex string. | 95 | "Convert integer argument INT to a #XXXXXXXXXXXX format hex string. |
| 98 | Each X in the output string is a hexadecimal digit. | 96 | Each X in the output string is a hexadecimal digit. |