aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-22 21:24:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-22 21:24:56 +0000
commit0bc859b8a0599d0107f6b60a3cbed66bf8ff5849 (patch)
treee6af79a1cc05797fc40d186209a5f672f12574a9
parentd97f2467c2ddc76c686f15a6fdde89c1bff64f49 (diff)
Clean
-rw-r--r--lib/unicode-chars.el13
1 files changed, 9 insertions, 4 deletions
diff --git a/lib/unicode-chars.el b/lib/unicode-chars.el
index c60927f5..5825e93b 100644
--- a/lib/unicode-chars.el
+++ b/lib/unicode-chars.el
@@ -1,6 +1,9 @@
-;;; unicode-chars.el --- table of Unicode characters
-
+;; unicode-chars.el --- table of Unicode characters
+;;
+;; Author: David Aspinall
+;;
;; Adapted from Norman Walsh's unichars.el (iso8879 names removed)
+;;
(defvar unicode-chars.el
'(;Unicode name Codept
@@ -5041,8 +5044,10 @@
;; taken from xmlunicode.el, also by Norman Walsh.
;; Modified a bit by me to use its own help-style buffer
-(defun x-symbol-list-unicode-characters ()
- "Insert each Unicode character into a buffer. Let's you see which characters are available for literal display in your emacs font."
+(defun unicode-chars-list-chars ()
+ "Insert each Unicode character into a buffer.
+Lets you see which characters are available for literal display
+in your emacs font."
(interactive)
(pop-to-buffer "*x-symbol-unicode*")
(let ((chars x-symbol-unicode-character-list)