1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
emacs/lisp/org
Chong Yidong c33134511b Remove pop-to-buffer-same-window.
* lisp/window.el (pop-to-buffer-1, pop-to-buffer-same-window): Deleted.
(pop-to-buffer): Change interactive spec.  Pass second argument
directly to display-buffer.
(display-buffer): Fix interactive spec.  Use functionp to
distinguish between a function and a list of functions.

* lisp/abbrev.el (edit-abbrevs):
* lisp/arc-mode.el (archive-extract):
* lisp/autoinsert.el (auto-insert):
* lisp/bookmark.el (bookmark-bmenu-list):
* lisp/files.el (find-file):
* lisp/view.el (view-buffer):
* lisp/progmodes/compile.el (compilation-goto-locus):
* lisp/textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.

* lisp/org/ob-ref.el (org-babel-ref-goto-headline-id):
* lisp/org/org.el (org-get-location, org-tree-to-indirect-buffer)
(org-mark-ring-goto, org-refile, org-add-log-note)
(org-revert-all-org-buffers, org-switchb)
(org-cycle-agenda-files, org-submit-bug-report)
(org-goto-marker-or-bmk):
* lisp/org/org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
* lisp/org/org-capture.el (org-capture-goto-target)
(org-capture-fill-template):
* lisp/org/org-clock.el (org-clock-goto):
* lisp/org/org-ctags.el (org-ctags-visit-buffer-or-file):
* lisp/org/org-exp.el (org-export-as-org):
* lisp/org/org-feed.el (org-feed-show-raw-feed):
* lisp/org/org-html.el (org-export-htmlize-generate-css):
* lisp/org/org-id.el (org-id-goto):
* lisp/org/org-irc.el (org-irc-visit-erc):
* lisp/org/org-mobile.el (org-mobile-apply):
* lisp/org/org-publish.el (org-publish-org-to, org-publish-find-date):
* lisp/org/org-remember.el (org-go-to-remember-target):
* lisp/org/org-src.el (org-src-switch-to-buffer)
(org-edit-fixed-width-region): Use switch-to-buffer.

* lisp/org/org-compat.el (org-pop-to-buffer-same-window): Deleted.
2011-09-02 12:38:40 -04:00
..
ChangeLog Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
ob-asymptote.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-awk.el Fix Org ChangeLog entries and remove arch-tag. 2011-08-16 09:13:02 +02:00
ob-C.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-calc.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-clojure.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-comint.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-css.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-ditaa.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-dot.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-emacs-lisp.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-eval.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-exp.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-gnuplot.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-haskell.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-java.el Fix Org ChangeLog entries and remove arch-tag. 2011-08-16 09:13:02 +02:00
ob-js.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-keys.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-latex.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-ledger.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-lilypond.el Fix Org ChangeLog entries and remove arch-tag. 2011-08-16 09:13:02 +02:00
ob-lisp.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-lob.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-matlab.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-maxima.el Fix Org ChangeLog entries and remove arch-tag. 2011-08-16 09:13:02 +02:00
ob-mscgen.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-ocaml.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-octave.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-org.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-perl.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-plantuml.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-python.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-R.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-ref.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
ob-ruby.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-sass.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-scheme.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
ob-screen.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-sh.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-sql.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-sqlite.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-table.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob-tangle.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
ob.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
org-agenda.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-archive.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-ascii.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-attach.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-bbdb.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-beamer.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-bibtex.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-capture.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-clock.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-colview.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-compat.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-crypt.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-ctags.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-datetree.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-docbook.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-docview.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-entities.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-exp-blocks.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-exp.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-faces.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-feed.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-footnote.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-freemind.el Standardize/fix some Org header comments. 2011-08-18 16:57:10 -04:00
org-gnus.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-habit.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-html.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-icalendar.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-id.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-indent.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-info.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-inlinetask.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-install.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
org-irc.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-jsinfo.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-latex.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-list.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-mac-message.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-macs.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-mew.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-mhe.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-mks.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-mobile.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-mouse.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-pcomplete.el Fix Org ChangeLog entries and remove arch-tag. 2011-08-16 09:13:02 +02:00
org-plot.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-protocol.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-publish.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-remember.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-rmail.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-special-blocks.el Fix copyrights, licenses, etc in new Org files. 2011-08-06 14:23:50 -07:00
org-src.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00
org-table.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-taskjuggler.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-timer.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-vm.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-w3m.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-wl.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org-xoxo.el Restore clobbered changes to Org copyright years. 2011-08-18 16:41:06 -04:00
org.el Remove pop-to-buffer-same-window. 2011-09-02 12:38:40 -04:00