]> code.delx.au - gnu-emacs/blobdiff - lisp/edmacro.el
Document what does mouse-3 do on the mode line if there's only one window.
[gnu-emacs] / lisp / edmacro.el
index 1b8a3b569c6629f7b8438ca982c2cc8b970460e9..d53bdb1135913df053ab2adc0070043fc84f5257 100644 (file)
@@ -711,7 +711,7 @@ If START or END is negative, it counts from the end."
       (setq res (edmacro-subseq res 2 -2)))
     (if (and (not need-vector)
             (loop for ch across res
-                  always (and (integerp ch)
+                  always (and (char-valid-p ch)
                               (let ((ch2 (logand ch (lognot ?\M-\^@))))
                                 (and (>= ch2 0) (<= ch2 127))))))
        (concat (loop for ch across res