]> code.delx.au - gnu-emacs/blobdiff - lisp/international/mule-util.el
Replace Lisp calls to delete-backward-char by delete-char.
[gnu-emacs] / lisp / international / mule-util.el
index 74ef25e147b7241955df332e5738b0e73cc55522..da9baef266cd9b41e6a6ed7aeb557bd1d2b0e587 100644 (file)
@@ -323,7 +323,7 @@ operations such as `find-coding-systems-region'."
      (unwind-protect
         (progn ,@body)
        (apply #'set-coding-system-priority ,current)))))
-(put 'with-coding-priority 'lisp-indent-function 1)
+;;;###autoload(put 'with-coding-priority 'lisp-indent-function 1)
 (put 'with-coding-priority 'edebug-form-spec t)
 
 ;;;###autoload