comparison lisp/emulation/edt.el @ 87116:c3fbe3fd56de

Remove directory part from filenames in function declarations.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Dec 2007 04:07:03 +0000
parents bc8f1a009d53
children 107ccd98fa12 53108e6cea98
comparison
equal deleted inserted replaced
87115:7f228bf43584 87116:c3fbe3fd56de
1617 (if (string= paragraph-start "$\\|\f") 1617 (if (string= paragraph-start "$\\|\f")
1618 (indent-region (point) (mark) nil) 1618 (indent-region (point) (mark) nil)
1619 (fill-region (point) (mark)))) 1619 (fill-region (point) (mark))))
1620 1620
1621 1621
1622 (declare-function c-mark-function "../progmodes/cc-cmds" ()) 1622 (declare-function c-mark-function "cc-cmds" ())
1623 ;;; 1623 ;;;
1624 ;;; MARK SECTION WISELY 1624 ;;; MARK SECTION WISELY
1625 ;;; 1625 ;;;
1626 1626
1627 (defun edt-mark-section-wisely () 1627 (defun edt-mark-section-wisely ()