aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/pulse.el
diff options
context:
space:
mode:
authorGlenn Morris2014-11-04 21:08:12 -0800
committerGlenn Morris2014-11-04 21:08:12 -0800
commitddce73d32fa3e62e022842e3bbdc0aa83bb358cc (patch)
tree21dbcb8d40ff634b6f821de95af2b8e3deb0a8e3 /lisp/cedet/pulse.el
parent6a278b64f7356613c4a7709ed699655fa7415260 (diff)
downloademacs-ddce73d32fa3e62e022842e3bbdc0aa83bb358cc.tar.gz
emacs-ddce73d32fa3e62e022842e3bbdc0aa83bb358cc.zip
Revert previous accidental commit
Diffstat (limited to 'lisp/cedet/pulse.el')
-rw-r--r--lisp/cedet/pulse.el2
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.
98Each X in the output string is a hexadecimal digit. 96Each X in the output string is a hexadecimal digit.