diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-01-04 16:20:49 +0100 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-01-04 16:20:49 +0100 |
commit | 14e1337f8462d1ca2e4af69de9fba58ddabd0274 (patch) | |
tree | fce16fb4a1cab5a9cc03f540579c886ac1fad5d0 /lisp/org/org-src.el | |
parent | 0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3 (diff) | |
download | emacs-14e1337f8462d1ca2e4af69de9fba58ddabd0274.tar.gz emacs-14e1337f8462d1ca2e4af69de9fba58ddabd0274.tar.bz2 emacs-14e1337f8462d1ca2e4af69de9fba58ddabd0274.zip |
Fix trailing whitespaces in Org files.
Diffstat (limited to 'lisp/org/org-src.el')
-rw-r--r-- | lisp/org/org-src.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-src.el b/lisp/org/org-src.el index 71554808b09..ac574ed4dd2 100644 --- a/lisp/org/org-src.el +++ b/lisp/org/org-src.el @@ -41,7 +41,7 @@ (declare-function org-at-table.el-p "org" ()) (declare-function org-get-indentation "org" (&optional line)) (declare-function org-switch-to-buffer-other-window "org" (&rest args)) -(declare-function org-pop-to-buffer-same-window +(declare-function org-pop-to-buffer-same-window "org-compat" (&optional buffer-or-name norecord label)) (defcustom org-edit-src-region-extra nil |