emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/backquote.el, v [EMACS_22


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/backquote.el, v [EMACS_22_BASE]
Date: Thu, 23 Aug 2007 18:39:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/23 18:39:21

Index: backquote.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/backquote.el,v
retrieving revision 1.39.2.3
retrieving revision 1.39.2.4
diff -u -b -r1.39.2.3 -r1.39.2.4
--- backquote.el        21 Aug 2007 19:09:25 -0000      1.39.2.3
+++ backquote.el        23 Aug 2007 18:39:20 -0000      1.39.2.4
@@ -85,10 +85,10 @@
 (defconst backquote-backquote-symbol '\`
   "Symbol used to represent a backquote or nested backquote.")
 
-(defconst backquote-unquote-symbol ',
+(defconst backquote-unquote-symbol '\,
   "Symbol used to represent an unquote inside a backquote.")
 
-(defconst backquote-splice-symbol ',@
+(defconst backquote-splice-symbol '\,@
   "Symbol used to represent a splice inside a backquote.")
 
 ;;;###autoload




reply via email to

[Prev in Thread] Current Thread [Next in Thread]