unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* custom-print requires "%s", not "%S", in ediff
@ 2002-03-25 22:22 Michael Ernst
  0 siblings, 0 replies; only message in thread
From: Michael Ernst @ 2002-03-25 22:22 UTC (permalink / raw)


This patch to Emacs 21.2 is required to make custom-print interact properly
with ediff, which inserts quotation marks for "%S" but not for "%s".  This
change shouldn't affect non-users of custom-print.

ChangeLog entry:

2002-03-24  Michael Ernst  <mernst@alum.mit.edu>

	* ediff.el (ediff-merge-revisions-with-ancestor, ediff-revision):
	Use "%s", not "%S", in format command.

*** /usr/local/share/emacs/21.2/lisp/ediff.el	Sat Jul 21 01:28:24 2001
--- -	Sun Mar 24 18:44:05 2002
***************
*** 1219,1223 ****
      (ediff-load-version-control)
      (funcall
!      (intern (format "ediff-%S-merge-internal" ediff-version-control-package))
       rev1 rev2 ancestor-rev startup-hooks merge-buffer-file)))
  
--- 1219,1223 ----
      (ediff-load-version-control)
      (funcall
!      (intern (format "ediff-%s-merge-internal" ediff-version-control-package))
       rev1 rev2 ancestor-rev startup-hooks merge-buffer-file)))
  
***************
*** 1324,1328 ****
      (ediff-load-version-control)
      (funcall
!      (intern (format "ediff-%S-internal" ediff-version-control-package))
       rev1 rev2 startup-hooks)
      ))
--- 1324,1328 ----
      (ediff-load-version-control)
      (funcall
!      (intern (format "ediff-%s-internal" ediff-version-control-package))
       rev1 rev2 startup-hooks)
      ))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-25 22:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-25 22:22 custom-print requires "%s", not "%S", in ediff Michael Ernst

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).