comparison lisp/cus-face.el @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children 576fb035e263
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
307 307
308 ;;;###autoload 308 ;;;###autoload
309 (defun custom-theme-reset-faces (theme &rest args) 309 (defun custom-theme-reset-faces (theme &rest args)
310 (custom-check-theme theme) 310 (custom-check-theme theme)
311 "Reset the value of the face to values previously defined. 311 "Reset the value of the face to values previously defined.
312 Assosiate this setting with THEME. 312 Associate this setting with THEME.
313 313
314 ARGS is a list of lists of the form 314 ARGS is a list of lists of the form
315 315
316 (face to-theme) 316 (face to-theme)
317 317
322 args)) 322 args))
323 323
324 ;;;###autoload 324 ;;;###autoload
325 (defun custom-reset-faces (&rest args) 325 (defun custom-reset-faces (&rest args)
326 "Reset the value of the face to values previously defined. 326 "Reset the value of the face to values previously defined.
327 Assosiate this setting with the 'user' theme. 327 Associate this setting with the 'user' theme.
328 328
329 ARGS is defined as for `custom-theme-reset-faces'" 329 ARGS is defined as for `custom-theme-reset-faces'"
330 (apply #'custom-theme-reset-faces 'user args)) 330 (apply #'custom-theme-reset-faces 'user args))
331 331
332 332