From 80774a3d9e4e7fd2e79fe1f6e41cf105dddf17a1 Mon Sep 17 00:00:00 2001 From: czkmt Date: Sat, 11 Dec 1999 17:45:06 +0000 Subject: [PATCH] (TopLevel): Don't warn about `make-symbolic-link'. --- lisp/lpath.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/lpath.el b/lisp/lpath.el index ebc9cec..5f06641 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -46,7 +46,8 @@ rmail-summary-exists rmail-select-summary rmail-update-summary url-retrieve temp-directory babel-fetch babel-wash - find-coding-systems-for-charsets sc-cite-regexp)) + find-coding-systems-for-charsets sc-cite-regexp + make-symbolic-link)) (maybe-bind '(global-face-data mark-active transient-mark-mode mouse-selection-click-count mouse-selection-click-count-buffer buffer-display-table @@ -96,7 +97,7 @@ url-generic-parse-url valid-image-instantiator-format-p babel-fetch babel-wash find-coding-systems-for-charsets sc-cite-regexp smiley-encode-buffer function-max-args - map-extents))) + map-extents make-symbolic-link))) (setq load-path (cons "." load-path)) (require 'custom) -- 1.7.10.4