diff options
Diffstat (limited to 'lisp/cedet/pulse.el')
-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." ;;; Code: ;; - -;;FIXME (defun pulse-int-to-hex (int &optional nb-digits) "Convert integer argument INT to a #XXXXXXXXXXXX format hex string. Each X in the output string is a hexadecimal digit. |