aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorDan Nicolaescu2009-04-15 00:08:23 +0000
committerDan Nicolaescu2009-04-15 00:08:23 +0000
commitd65859c36e21f1e9c44655c19f3d8e34acc3a5cb (patch)
tree2960e4ba9f68bfe748d3e2d213e700d9e7ebcef4 /src/fileio.c
parentade29c44f68b80ac67b1f767c8069bff941c772c (diff)
downloademacs-d65859c36e21f1e9c44655c19f3d8e34acc3a5cb.tar.gz
emacs-d65859c36e21f1e9c44655c19f3d8e34acc3a5cb.zip
* fileio.c (history_delete_duplicates): Remove unused declaration.
* callint.c (history_delete_duplicates): New declaration. (Fcall_interactively): Remove command history duplicates when history_delete_duplicates is true.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 0bdbe9f9a46..ed5c09bc840 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -221,8 +221,6 @@ extern int minibuf_level;
221 221
222extern int minibuffer_auto_raise; 222extern int minibuffer_auto_raise;
223 223
224extern int history_delete_duplicates;
225
226/* These variables describe handlers that have "already" had a chance 224/* These variables describe handlers that have "already" had a chance
227 to handle the current operation. 225 to handle the current operation.
228 226