/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.260 by rms, Sat Apr 27 03:45:58 2002 UTC revision 1.261 by miles, Sat Apr 27 04:56:49 2002 UTC
# Line 879  Otherwise, return a single face." Line 879  Otherwise, return a single face."
879                   (format "%s (default %s): " prompt                   (format "%s (default %s): " prompt
880                           (if faces (mapconcat 'symbol-name faces ", ")                           (if faces (mapconcat 'symbol-name faces ", ")
881                             string-describing-default))                             string-describing-default))
882                 prompt)                 (format "%s: " prompt))
883               obarray 'custom-facep t))               obarray 'custom-facep t))
884             ;; Canonicalize the output.             ;; Canonicalize the output.
885             (output             (output
# Line 894  Otherwise, return a single face." Line 894  Otherwise, return a single face."
894          (car output)))))          (car output)))))
895    
896    
   
   
897  (defun face-valid-attribute-values (attribute &optional frame)  (defun face-valid-attribute-values (attribute &optional frame)
898    "Return valid values for face attribute ATTRIBUTE.    "Return valid values for face attribute ATTRIBUTE.
899  The optional argument FRAME is used to determine available fonts  The optional argument FRAME is used to determine available fonts

Legend:
Removed from v.1.260  
changed lines
  Added in v.1.261

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26