diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-30 23:53:47 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-30 23:53:47 +0000 |
commit | 77ae8989c42c10e137c77384e6634f3bbaf99cf0 (patch) | |
tree | 612f949629f5593b54aed6d326691d46ad6da635 /lisp/gnus/gnus-undo.el | |
parent | 75856ec0cbcd53214b96c36f2c0ee391b061c912 (diff) | |
download | emacs-77ae8989c42c10e137c77384e6634f3bbaf99cf0.tar.gz emacs-77ae8989c42c10e137c77384e6634f3bbaf99cf0.tar.bz2 emacs-77ae8989c42c10e137c77384e6634f3bbaf99cf0.zip |
Remove the unused nnslashdot backend by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Diffstat (limited to 'lisp/gnus/gnus-undo.el')
-rw-r--r-- | lisp/gnus/gnus-undo.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-undo.el b/lisp/gnus/gnus-undo.el index 802ae63caa4..d11b778f351 100644 --- a/lisp/gnus/gnus-undo.el +++ b/lisp/gnus/gnus-undo.el @@ -154,9 +154,6 @@ FORMS may use backtick quote syntax." ;; We are on a boundary, so we create a new action. (gnus-undo-boundary (push (list function) gnus-undo-actions) - ;; Don't let the undo actions grow infinitely. - (when (> (length gnus-undo-actions) 100) - (setcdr (nthcdr 100 gnus-undo-actions) nil)) (setq gnus-undo-boundary nil)) ;; Prepend the function to an old action. (gnus-undo-actions |