Revert some stray curved quotes I missed earlier
Problem reported by David Kastrup in: http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00440.html * lisp/international/mule-cmds.el (leim-list-header): Use format-message with an ASCII-only format.
This commit is contained in:
parent
a1cd8c96ca
commit
cdb0ae37ab
9 changed files with 22 additions and 21 deletions
|
@ -168,7 +168,8 @@
|
|||
;; "Switch to non-existing buffers only upon confirmation."
|
||||
;; (interactive "BSwitch to buffer: ")
|
||||
;; (if (or (get-buffer (ad-get-arg 0))
|
||||
;; (y-or-n-p (format "‘%s’ does not exist, create? " (ad-get-arg 0))))
|
||||
;; (y-or-n-p (format-message "`%s' does not exist, create? "
|
||||
;; (ad-get-arg 0))))
|
||||
;; ad-do-it))
|
||||
;;
|
||||
;;(defadvice find-file (before existing-files-only activate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue