Now on revision 108056. ------------------------------------------------------------ revno: 108056 fixes bug(s): http://debbugs.gnu.org/10259 committer: Chong Yidong branch nick: trunk timestamp: Fri 2012-04-27 22:16:02 +0800 message: * lisp/vc/diff.el (diff-sentinel): Go to bob. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-04-27 06:08:14 +0000 +++ lisp/ChangeLog 2012-04-27 14:16:02 +0000 @@ -1,5 +1,7 @@ 2012-04-27 Chong Yidong + * vc/diff.el (diff-sentinel): Go to bob (Bug#10259). + * startup.el (x-apply-session-resources): New function. * term/ns-win.el (ns-initialize-window-system): === modified file 'lisp/vc/diff.el' --- lisp/vc/diff.el 2012-04-26 12:43:28 +0000 +++ lisp/vc/diff.el 2012-04-27 14:16:02 +0000 @@ -67,6 +67,7 @@ (if old-temp-file (delete-file old-temp-file)) (if new-temp-file (delete-file new-temp-file)) (diff-setup-whitespace) + (goto-char (point-min)) (save-excursion (goto-char (point-max)) (let ((inhibit-read-only t)) ------------------------------------------------------------ revno: 108055 committer: Glenn Morris branch nick: trunk timestamp: Thu 2012-04-26 23:21:10 -0700 message: Fix org-ctags.el change from trunk r107813 * lisp/org/org-ctags.el (org-ctags-new-topic-template): Revert 2012-04-09 removal of * from defcustom value, not doc. diff: === modified file 'lisp/org/ChangeLog' --- lisp/org/ChangeLog 2012-04-27 03:10:38 +0000 +++ lisp/org/ChangeLog 2012-04-27 06:21:10 +0000 @@ -1,3 +1,8 @@ +2012-04-27 Glenn Morris + + * org-ctags.el (org-ctags-new-topic-template): + Revert 2012-04-09 removal of * from defcustom value, not doc. + 2012-04-27 Nicolas Goaziou * org-table.el (org-table-number-fraction): Fix typo. @@ -21950,7 +21955,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'lisp/org/org-ctags.el' --- lisp/org/org-ctags.el 2012-04-27 03:10:38 +0000 +++ lisp/org/org-ctags.el 2012-04-27 06:21:10 +0000 @@ -188,7 +188,7 @@ Created as a local variable in each buffer.") (defcustom org-ctags-new-topic-template - " <<%t>>\n\n\n\n\n\n" + "* <<%t>>\n\n\n\n\n\n" "Text to insert when creating a new org file via opening a hyperlink. The following patterns are replaced in the string: `%t' - replaced with the capitalized title of the hyperlink"