aboutsummaryrefslogtreecommitdiff
path: root/compat-macs.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-04 17:59:23 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-04 17:59:23 +0100
commit53f9d3e5e0e758a88e6483d6078430af73fc2e6b (patch)
treef71a1eed8a0d68af1ccf255eb5d820098a8783a8 /compat-macs.el
parent18a83e1dff77b8356cd52c5ae3aba60a825285b6 (diff)
Rename
Diffstat (limited to 'compat-macs.el')
-rw-r--r--compat-macs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat-macs.el b/compat-macs.el
index 590cc3b..56b2457 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -207,7 +207,7 @@ If this is not documented on yourself system, you can check \
`(not (fboundp ',name)))
rest)))
-(defmacro compat-defun (name arglist docstring &rest rest) ;; UNTESTED
+(defmacro compat-defun (name arglist docstring &rest rest) ;; <UNTESTED>
"Define NAME with arguments ARGLIST as a compatibility function.
The function must be documented in DOCSTRING. REST may begin
with a plist, that is interpreted by the macro but not passed on
@@ -234,7 +234,7 @@ listing of attributes.
The definition will only be installed, if the version this
function was defined in, as indicated by the `:version'
attribute, is greater than the current Emacs version."
- (declare (debug compat-defun) (doc-string 3) (indent 2)) ;; UNTESTED
+ (declare (debug compat-defun) (doc-string 3) (indent 2)) ;; <UNTESTED>
(compat--define-function 'macro name arglist docstring rest))
(defmacro compat-defvar (name initval docstring &rest attr)