blob: d11f5da1f0cda069385bd031af8ce987036a5f42 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;; -*- lexical-binding: t; -*-
;; (defun face-at-point ()
;; (get-char-property (point) 'face))
;; (defun faces-at-point ()
;; (let ((face (get-char-property (point) 'face)))
;; (if (listp face)
;; face
;; (list face))))
|