From 64ec2b4078fe1124066f0e83cee441dfe7806760 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Sun, 30 Aug 1998 16:53:04 +0000 Subject: [PATCH] (gnus-tilde-pad-form): New function. --- lisp/gnus-spec.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el index 0e52f33..1294f6a 100644 --- a/lisp/gnus-spec.el +++ b/lisp/gnus-spec.el @@ -282,6 +282,11 @@ (if (equal val ,ignore-value) "" val)))) +;;; dummy function. XEmacs will redefine this. +(defun gnus-tilde-pad-form (el pad-width) + "Return a form that pads EL to PAD-WIDTH." + ) + (defun gnus-parse-format (format spec-alist &optional insert) ;; This function parses the FORMAT string with the help of the ;; SPEC-ALIST and returns a list that can be eval'ed to return the -- 1.7.10.4