(with-current-buffer buffer
(set-visited-file-name to nil t)))))))
+;; Character width table hacking.
+(dolist (ch '(?🙀))
+ (aset char-width-table ch 2))
+
;;;--------------------------------------------------------------------------
;;; Miscellaneous bug fixes.