emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/strokes.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/strokes.el
Date: Tue, 04 Feb 2003 07:06:29 -0500

Index: emacs/lisp/strokes.el
diff -c emacs/lisp/strokes.el:1.12 emacs/lisp/strokes.el:1.13
*** emacs/lisp/strokes.el:1.12  Fri Jul 12 13:45:45 2002
--- emacs/lisp/strokes.el       Tue Feb  4 07:06:29 2003
***************
*** 1498,1508 ****
  (defsubst strokes-xpm-encode-length-as-string (length)
    "Given some LENGTH in [0,62) do a fast lookup of its encoding."
    (aref strokes-base64-chars length))
!                  
  (defsubst strokes-xpm-decode-char (character)
    "Given a CHARACTER, do a fast lookup to find its corresponding integer 
value."
    (aref strokes-char-table character))
!                  
  (defun strokes-xpm-to-compressed-string (&optional xpm-buffer)
    "Convert XPM in XPM-BUFFER to compressed string representing the stroke.
  XPM-BUFFER defaults to ` *strokes-xpm*'."
--- 1498,1508 ----
  (defsubst strokes-xpm-encode-length-as-string (length)
    "Given some LENGTH in [0,62) do a fast lookup of its encoding."
    (aref strokes-base64-chars length))
! 
  (defsubst strokes-xpm-decode-char (character)
    "Given a CHARACTER, do a fast lookup to find its corresponding integer 
value."
    (aref strokes-char-table character))
! 
  (defun strokes-xpm-to-compressed-string (&optional xpm-buffer)
    "Convert XPM in XPM-BUFFER to compressed string representing the stroke.
  XPM-BUFFER defaults to ` *strokes-xpm*'."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]