emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d860168 1/2: * lisp/emacs-lisp/byte-opt.el (pure-fns): Fix typos.


From: Mattias Engdegård
Subject: master d860168 1/2: * lisp/emacs-lisp/byte-opt.el (pure-fns): Fix typos.
Date: Sun, 1 Nov 2020 12:23:30 -0500 (EST)

branch: master
commit d8601684934e8c4b72002c7d84036ca48048187f
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * lisp/emacs-lisp/byte-opt.el (pure-fns): Fix typos.
---
 lisp/emacs-lisp/byte-opt.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 1dc83dd..56b9573 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1262,7 +1262,7 @@
        '(concat regexp-opt regexp-quote
         string-to-char string-to-syntax symbol-name
          eq eql
-         = /= < <= => > min max
+         = /= < <= >= > min max
          + - * / % mod abs ash 1+ 1- sqrt
          logand logior lognot logxor logcount
          copysign isnan ldexp float logb
@@ -1270,7 +1270,7 @@
          ffloor fceiling fround ftruncate
          string= string-equal string< string-lessp
          string-search
-         consp atom listp nlistp propert-list-p
+         consp atom listp nlistp proper-list-p
          sequencep arrayp vectorp stringp bool-vector-p hash-table-p
          null not
          numberp integerp floatp natnump characterp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]