diff options
author | Sam Steingold <sds@gnu.org> | 2001-11-27 18:00:53 +0000 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2001-11-27 18:00:53 +0000 |
commit | b2013aad9bdfc147a7351c058cbf672bc5bdcbcc (patch) | |
tree | e1fd04fc209cca4156729c9c9b3702899b3e0e53 /lisp/reposition.el | |
parent | c88e534769189eef199408527a753c8b6302f7ee (diff) | |
download | emacs-b2013aad9bdfc147a7351c058cbf672bc5bdcbcc.tar.gz |
Converted backquote to the new style (in comments).
Diffstat (limited to 'lisp/reposition.el')
-rw-r--r-- | lisp/reposition.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el index fa3f8b782f4..0811f8dd574 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el @@ -191,9 +191,8 @@ first comment line visible (if point is in a comment)." (- lines)))) ;; (defmacro repos-debug-macro (case-no) -;; (` (message -;; (concat "Case " (, case-no) ": %s %s %s %s %s") -;; ht line comment-height defun-height defun-depth))) +;; `(message (concat "Case " ,case-no ": %s %s %s %s %s") +;; ht line comment-height defun-height defun-depth)) (provide 'reposition) |