aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-06-27 21:28:58 +0000
committerDave Love2002-06-27 21:28:58 +0000
commit85eb657621d522ffefeb12fe763cbdce46592504 (patch)
treefd4e49c155aa977c9f4e27d12f45c2691ffb66ed
parent42fa3af8429044680593455a866b1d8cf5604743 (diff)
downloademacs-85eb657621d522ffefeb12fe763cbdce46592504.tar.gz
emacs-85eb657621d522ffefeb12fe763cbdce46592504.zip
(side-effect-free-fns): Add decode-char,
encode-char. (side-effect-and-error-free-fns): Add charsetp, max-char, primary-charset.
-rw-r--r--lisp/emacs-lisp/byte-opt.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 5c3d6744cfe..059e84e599f 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1152,8 +1152,8 @@
1152 capitalize car-less-than-car car cdr ceiling char-after char-before 1152 capitalize car-less-than-car car cdr ceiling char-after char-before
1153 concat coordinates-in-window-p 1153 concat coordinates-in-window-p
1154 char-width copy-marker cos count-lines 1154 char-width copy-marker cos count-lines
1155 default-boundp default-value documentation downcase 1155 decode-char default-boundp default-value documentation downcase
1156 elt exp expt fboundp featurep 1156 elt encode-char exp expt fboundp featurep
1157 file-directory-p file-exists-p file-locked-p file-name-absolute-p 1157 file-directory-p file-exists-p file-locked-p file-name-absolute-p
1158 file-newer-than-file-p file-readable-p file-symlink-p file-writable-p 1158 file-newer-than-file-p file-readable-p file-symlink-p file-writable-p
1159 float floor format frame-visible-p 1159 float floor format frame-visible-p
@@ -1178,7 +1178,7 @@
1178 '(arrayp atom 1178 '(arrayp atom
1179 bobp bolp buffer-end buffer-list buffer-size buffer-string bufferp 1179 bobp bolp buffer-end buffer-list buffer-size buffer-string bufferp
1180 car-safe case-table-p cdr-safe char-or-string-p characterp 1180 car-safe case-table-p cdr-safe char-or-string-p characterp
1181 commandp cons consp 1181 charsetp commandp cons consp
1182 current-buffer current-global-map current-indentation 1182 current-buffer current-global-map current-indentation
1183 current-local-map current-minor-mode-maps 1183 current-local-map current-minor-mode-maps
1184 dot dot-marker eobp eolp eq equal eventp 1184 dot dot-marker eobp eolp eq equal eventp
@@ -1189,11 +1189,12 @@
1189 invocation-directory invocation-name 1189 invocation-directory invocation-name
1190 keymapp 1190 keymapp
1191 line-beginning-position line-end-position list listp 1191 line-beginning-position line-end-position list listp
1192 make-marker mark mark-marker markerp memory-limit minibuffer-window 1192 make-marker mark mark-marker markerp max-char memory-limit minibuffer-window
1193 mouse-movement-p 1193 mouse-movement-p
1194 natnump nlistp not null number-or-marker-p numberp 1194 natnump nlistp not null number-or-marker-p numberp
1195 one-window-p overlayp 1195 one-window-p overlayp
1196 point point-marker point-min point-max preceding-char processp 1196 point point-marker point-min point-max preceding-char primary-charset
1197 processp
1197 recent-keys recursion-depth 1198 recent-keys recursion-depth
1198 selected-frame selected-window sequencep stringp subrp symbolp 1199 selected-frame selected-window sequencep stringp subrp symbolp
1199 standard-case-table standard-syntax-table syntax-table-p 1200 standard-case-table standard-syntax-table syntax-table-p